Author: jsuchome Date: Fri Jul 15 12:43:33 2011 New Revision: 64852 URL: http://svn.opensuse.org/viewcvs/yast?rev=64852&view=rev Log: - fixed typos (bnc#703227) - 2.21.4 Modified: trunk/users/VERSION trunk/users/package/yast2-users.changes trunk/users/src/UsersSimple.pm trunk/users/src/widgets.ycp Modified: trunk/users/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/VERSION?rev=64852&r1=64851&r2=64852&view=diff ============================================================================== --- trunk/users/VERSION (original) +++ trunk/users/VERSION Fri Jul 15 12:43:33 2011 @@ -1 +1 @@ -2.21.3 +2.21.4 Modified: trunk/users/package/yast2-users.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/package/yast2-users.changes?rev=64852&r1=64851&r2=64852&view=diff ============================================================================== --- trunk/users/package/yast2-users.changes (original) +++ trunk/users/package/yast2-users.changes Fri Jul 15 12:43:33 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jul 15 12:41:25 CEST 2011 - jsuchome@suse.cz + +- fixed typos (bnc#703227) +- 2.21.4 + +------------------------------------------------------------------- Tue Apr 5 11:01:12 CEST 2011 - jsuchome@suse.cz - added support for SHA-2 based crypto methods (fate309705) Modified: trunk/users/src/UsersSimple.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/src/UsersSimple.pm?rev=64852&r1=64851&r2=64852&view=diff ============================================================================== --- trunk/users/src/UsersSimple.pm (original) +++ trunk/users/src/UsersSimple.pm Fri Jul 15 12:43:33 2011 @@ -643,7 +643,7 @@ $filtered = reverse $pw; if ($filtered eq $pw) { # popup question - return __("You have used a palindrom for the password."); + return __("You have used a palindrome for the password."); } # check for numbers Modified: trunk/users/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/src/widgets.ycp?rev=64852&r1=64851&r2=64852&view=diff ============================================================================== --- trunk/users/src/widgets.ycp (original) +++ trunk/users/src/widgets.ycp Fri Jul 15 12:43:33 2011 @@ -245,7 +245,7 @@ You have changed the default encryption for user passwords.</p>") + // help text 2/3 - _("<p>It seems that you are running a NIS server. In some network enviroments, + _("<p>It seems that you are running a NIS server. In some network environments, you could be unable to log in to a NIS client when a user password is encrypted with a method other than DES. </p> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org