Author: snwint Date: Mon Jul 4 11:21:56 2011 New Revision: 64718 URL: http://svn.opensuse.org/viewcvs/yast?rev=64718&view=rev Log: - fixed typos (bnc #703104) Modified: trunk/ftp-server/package/yast2-ftp-server.changes trunk/ftp-server/src/dialogs.ycp trunk/ftp-server/src/ftp-server.ycp trunk/ftp-server/src/helps.ycp trunk/ftp-server/src/wid_functions.ycp Modified: trunk/ftp-server/package/yast2-ftp-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/package/yast2-ftp-server.changes?rev=64718&r1=64717&r2=64718&view=diff ============================================================================== --- trunk/ftp-server/package/yast2-ftp-server.changes (original) +++ trunk/ftp-server/package/yast2-ftp-server.changes Mon Jul 4 11:21:56 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Jul 4 11:21:08 CEST 2011 - snwint@suse.de + +- fixed typos (bnc #703104) + +------------------------------------------------------------------- Tue Feb 15 11:18:37 CET 2011 - jsrain@suse.cz - fixed command line interface - not polling UI while reading the Modified: trunk/ftp-server/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/dialogs.ycp?rev=64718&r1=64717&r2=64718&view=diff ============================================================================== --- trunk/ftp-server/src/dialogs.ycp (original) +++ trunk/ftp-server/src/dialogs.ycp Mon Jul 4 11:21:56 2011 @@ -869,7 +869,7 @@ result["items"] = [ ["disable", _("Disable SSL/&TLS")], ["accept", _("Accept &SSL and TLS")], - ["refuse", _("&Refuse Conections Without SSL/TLS")], + ["refuse", _("&Refuse Connections Without SSL/TLS")], ]; result["opt"] = [`notify]; result["init"] = InitSSL; Modified: trunk/ftp-server/src/ftp-server.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/ftp-server.ycp?rev=64718&r1=64717&r2=64718&view=diff ============================================================================== --- trunk/ftp-server/src/ftp-server.ycp (original) +++ trunk/ftp-server/src/ftp-server.ycp Mon Jul 4 11:21:56 2011 @@ -535,7 +535,7 @@ CommandLine::PrintNoCR(_("Anonymous and authenticated users")); } else { // TRANSLATORS: CommandLine error message - CommandLine::Error(_("Uknown option.")); + CommandLine::Error(_("Unknown option.")); CommandLine::Print(""); return false; } Modified: trunk/ftp-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/helps.ycp?rev=64718&r1=64717&r2=64718&view=diff ============================================================================== --- trunk/ftp-server/src/helps.ycp (original) +++ trunk/ftp-server/src/helps.ycp Mon Jul 4 11:21:56 2011 @@ -181,7 +181,7 @@ "AnonReadOnly": _("<p><b>Anonymous Can Upload</b><br> If enabled anonymous users will be permitted to upload. <i>vsftpd only: </i>If you want to allow anonymous users to upload, you -need an existing directory with write persmission in the home directory after login. +need an existing directory with write permission in the home directory after login. </p> "), @@ -257,7 +257,7 @@ "SSL": _("<p><b>Security Settings</b><br> <i>Disable SSL/TLS</i> Disable SSL/TLS encryption layer. <i>Accept SSL and TLS</i> Accept both, traditional and encrypted sessions. -<i>Refuse Conections Without SSL/TLS</i> Refuse connections that do not use SSL/TLS security mechanisms, including anonymous sessions. +<i>Refuse Connections Without SSL/TLS</i> Refuse connections that do not use SSL/TLS security mechanisms, including anonymous sessions. </p>"), /** Modified: trunk/ftp-server/src/wid_functions.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/wid_functions.ycp?rev=64718&r1=64717&r2=64718&view=diff ============================================================================== --- trunk/ftp-server/src/wid_functions.ycp (original) +++ trunk/ftp-server/src/wid_functions.ycp Mon Jul 4 11:21:56 2011 @@ -941,7 +941,7 @@ for ") + FtpServer::anon_homedir +_("Upload (allow writing)?"); yesno_comment = _("If you want anonymous users to be able to create directories, - you need a directory with write acccess. + you need a directory with write access. "); yesno_comment = yesno_comment + FtpServer::anon_homedir + _(" is a home directory after the login of anonymous users."); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org