[yast-commit] r52588 - in /trunk/sudo/src: dialog-cmnd.ycp dialog-host.ycp dialog-runas.ycp dialog-user.ycp
Author: kmachalkova Date: Mon Oct 27 14:20:03 2008 New Revision: 52588 URL: http://svn.opensuse.org/viewcvs/yast?rev=52588&view=rev Log: Make it more clear that only capital letters are allowed (#395779) Modified: trunk/sudo/src/dialog-cmnd.ycp trunk/sudo/src/dialog-host.ycp trunk/sudo/src/dialog-runas.ycp trunk/sudo/src/dialog-user.ycp Modified: trunk/sudo/src/dialog-cmnd.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sudo/src/dialog-cmnd.ycp?rev=52588&r1=52587&r2=52588&view=diff ============================================================================== --- trunk/sudo/src/dialog-cmnd.ycp (original) +++ trunk/sudo/src/dialog-cmnd.ycp Mon Oct 27 14:20:03 2008 @@ -33,7 +33,7 @@ } term contents = `VBox ( - `TextEntry(`id("cmnd_alias_name"),_("Alias Name")), + `TextEntry(`id("cmnd_alias_name"),_("Alias Name (in CAPITALS)")), `Left(`Label(_("Command Names or Directories in the Alias"))), `Table(`id("cmnd_alias_members"),`header( _("Command"), Modified: trunk/sudo/src/dialog-host.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sudo/src/dialog-host.ycp?rev=52588&r1=52587&r2=52588&view=diff ============================================================================== --- trunk/sudo/src/dialog-host.ycp (original) +++ trunk/sudo/src/dialog-host.ycp Mon Oct 27 14:20:03 2008 @@ -37,7 +37,7 @@ } term contents = `VBox ( - `TextEntry(`id("host_alias_name"),_("Alias Name")), + `TextEntry(`id("host_alias_name"),_("Alias Name (in CAPITALS)")), `Left(`Label(_("Hostnames or Networks in the Alias"))), `Table(`id("host_alias_members"),`header("Host Names/Networks"),[]), `Left(`HBox( Modified: trunk/sudo/src/dialog-runas.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sudo/src/dialog-runas.ycp?rev=52588&r1=52587&r2=52588&view=diff ============================================================================== --- trunk/sudo/src/dialog-runas.ycp (original) +++ trunk/sudo/src/dialog-runas.ycp Mon Oct 27 14:20:03 2008 @@ -43,7 +43,7 @@ } term contents = `VBox ( - `TextEntry(`id("runas_alias_name"),_("Alias Name")), + `TextEntry(`id("runas_alias_name"),_("Alias Name (in CAPITALS)")), `VSpacing(1), `HBox( `VBox( Modified: trunk/sudo/src/dialog-user.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sudo/src/dialog-user.ycp?rev=52588&r1=52587&r2=52588&view=diff ============================================================================== --- trunk/sudo/src/dialog-user.ycp (original) +++ trunk/sudo/src/dialog-user.ycp Mon Oct 27 14:20:03 2008 @@ -43,7 +43,7 @@ } term contents = `VBox ( - `TextEntry(`id("user_alias_name"),_("Alias Name")), + `TextEntry(`id("user_alias_name"),_("Alias Name (in CAPITALS)")), `VSpacing(1), `HBox( `VBox( -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org