[yast-commit] r38354 - in /trunk/network/src: lan/help.ycp routines/complex.ycp
Author: kmachalkova Date: Fri Jun 8 11:22:18 2007 New Revision: 38354 URL: http://svn.opensuse.org/viewcvs/yast?rev=38354&view=rev Log: s/Edit/Configure/ Modified: trunk/network/src/lan/help.ycp trunk/network/src/routines/complex.ycp Modified: trunk/network/src/lan/help.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/help.ycp?rev=38354&r1=38353&r2=38354&view=diff ============================================================================== --- trunk/network/src/lan/help.ycp (original) +++ trunk/network/src/lan/help.ycp Fri Jun 8 11:22:18 2007 @@ -47,9 +47,9 @@ edit their configuration.<br></p> ") + _("<p><b><big>Adding a Network Card:</big></b><br> Press <b>Add</b> to configure a new network card manually.</p> -") + _("<p><b><big>Editing or Deleting:</big></b><br> +") + _("<p><b><big>Configuring or Deleting:</big></b><br> Choose a network card to change or remove. -Then press <b>Edit</b> or <b>Delete</b> as desired.</p> +Then press <b>Configure</b> or <b>Delete</b> as desired.</p> "), "ipv6" : Modified: trunk/network/src/routines/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/routines/complex.ycp?rev=38354&r1=38353&r2=38354&view=diff ============================================================================== --- trunk/network/src/routines/complex.ycp (original) +++ trunk/network/src/routines/complex.ycp Fri Jun 8 11:22:18 2007 @@ -666,7 +666,7 @@ break; default : y2warning (1, "invalid class %1", class); } - string rich = HTML::Bold(name) + getConnMacBusDescription((map)card, (list<map>)sum) + _("<P><UL><LI>The device is not configured</LI><LI>Press <B>Edit</B> to configure</LI></UL></P>"); + string rich = HTML::Bold(name) + getConnMacBusDescription((map)card, (list<map>)sum) + _("<P><UL><LI>The device is not configured</LI><LI>Press <B>Configure</B> to configure</LI></UL></P>"); return $[ "id":id, "table_descr":desc, -- 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