Author: kmachalkova Date: Wed Jun 25 14:55:38 2008 New Revision: 48531 URL: http://svn.opensuse.org/viewcvs/yast?rev=48531&view=rev Log: Fixed typos (#384167) Modified: trunk/network/src/lan/bridge.ycp trunk/network/src/routines/runtime.ycp trunk/network/src/routines/widgets.ycp Modified: trunk/network/src/lan/bridge.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/bridge.ycp?rev=48531&r1=48530&r2=48531&view=diff ============================================================================== --- trunk/network/src/lan/bridge.ycp (original) +++ trunk/network/src/lan/bridge.ycp Wed Jun 25 14:55:38 2008 @@ -56,7 +56,7 @@ if ((string)configurations[NetworkInterfaces::GetType(device), device, "IPADDR"]:"" != "0.0.0.0") { if(!confirmed) { valid = Popup::ContinueCancel(_("At least one selected device is already configured. -Remove the configuration. +Remove the configuration? ")); confirmed=true; } Modified: trunk/network/src/routines/runtime.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/routines/runtime.ycp?rev=48531&r1=48530&r2=48531&view=diff ============================================================================== --- trunk/network/src/routines/runtime.ycp (original) +++ trunk/network/src/routines/runtime.ycp Wed Jun 25 14:55:38 2008 @@ -96,7 +96,7 @@ { string message = // notification about package needed 1/2 - _("<p>The <b>%1</b> packages must be installed because device control for non-root users has benn established.</p>") + + _("<p>The <b>%1</b> packages must be installed because device control for non-root users has been established.</p>") + // notification about package needed 2/2 _("<p>Do you want to install it now?</p>"); Modified: trunk/network/src/routines/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/routines/widgets.ycp?rev=48531&r1=48530&r2=48531&view=diff ============================================================================== --- trunk/network/src/routines/widgets.ycp (original) +++ trunk/network/src/routines/widgets.ycp Wed Jun 25 14:55:38 2008 @@ -116,8 +116,8 @@ // Combo box option for Device Activation "label": _("Manually"), // help text for Device Activation - "help": _("<p>Press <b>Manually</b> tocontrol the interface manually -via ifup or KInternet (See <b>User Controlled</b> below). + "help": _("<p><b>Manually</b>: You control the interface manually +via 'ifup' or 'kinternet' (see 'User Controlled' below)</p>. "), ], "ifplugd": $[ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org