[yast-commit] r44025 - in /trunk/network/src: lan/complex.ycp lan/help.ycp modules/LanItems.ycp
Author: kmachalkova Date: Wed Jan 30 17:51:53 2008 New Revision: 44025 URL: http://svn.opensuse.org/viewcvs/yast?rev=44025&view=rev Log: Use consistent wording (Edit vs. Configure) (bnc#351387) Modified: trunk/network/src/lan/complex.ycp trunk/network/src/lan/help.ycp trunk/network/src/modules/LanItems.ycp Modified: trunk/network/src/lan/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/complex.ycp?rev=44025&r1=44024&r2=44025&view=diff ============================================================================== --- trunk/network/src/lan/complex.ycp (original) +++ trunk/network/src/lan/complex.ycp Wed Jan 30 17:51:53 2008 @@ -350,7 +350,7 @@ `VWeight(1,`RichText (`id (`_hw_sum), "")), `HBox ( `PushButton (`id (`add), Label::AddButton ()), - `PushButton (`id (`edit), _("Configure")), + `PushButton (`id (`edit), Label::EditButton()), `PushButton (`id (`delete), Label::DeleteButton ()), `HStretch () ) Modified: trunk/network/src/lan/help.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/help.ycp?rev=44025&r1=44024&r2=44025&view=diff ============================================================================== --- trunk/network/src/lan/help.ycp (original) +++ trunk/network/src/lan/help.ycp Wed Jan 30 17:51:53 2008 @@ -49,7 +49,7 @@ Press <b>Add</b> to configure a new network card manually.</p> ") + _("<p><b><big>Configuring or Deleting:</big></b><br> Choose a network card to change or remove. -Then press <b>Configure</b> or <b>Delete</b> as desired.</p> +Then press <b>Edit</b> or <b>Delete</b> as desired.</p> "), "ipv6" : Modified: trunk/network/src/modules/LanItems.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/LanItems.ycp?rev=44025&r1=44024&r2=44025&view=diff ============================================================================== --- trunk/network/src/modules/LanItems.ycp (original) +++ trunk/network/src/modules/LanItems.ycp Wed Jan 30 17:51:53 2008 @@ -459,7 +459,7 @@ if (!hasAnyValue(Items[key, "hwinfo", "dev_name"]:"") && size(Items[key, "hwinfo"]:$[])>0) rich = rich + _("<p>Unable to configure the network card because the kernel device is not present</p>"); else if (hasAnyValue(Items[key, "ifcfg"]:"") ) rich = rich + HTML::List (bullets); - else rich = rich + _("<UL><LI>The device is not configured</LI><LI>Press <B>Configure</B> + else rich = rich + _("<UL><LI>The device is not configured</LI><LI>Press <B>Edit</B> to configure</LI></UL>"); -- 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