[yast-commit] r62916 - in /branches/SuSE-Code-11-Branch/network: package/yast2-network.changes src/modules/ISDN.ycp src/routines/widgets.ycp
Author: mzugec Date: Mon Nov 29 13:58:46 2010 New Revision: 62916 URL: http://svn.opensuse.org/viewcvs/yast?rev=62916&view=rev Log: reverted changed strings (kinternet/qinternet) Modified: branches/SuSE-Code-11-Branch/network/package/yast2-network.changes branches/SuSE-Code-11-Branch/network/src/modules/ISDN.ycp branches/SuSE-Code-11-Branch/network/src/routines/widgets.ycp Modified: branches/SuSE-Code-11-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/package/yast2-network.changes?rev=62916&r1=62915&r2=62916&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-Branch/network/package/yast2-network.changes Mon Nov 29 13:58:46 2010 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Nov 29 13:58:04 CET 2010 - mzugec@suse.cz + +- reverted changed strings (kinternet/qinternet) + +------------------------------------------------------------------- Mon Nov 29 11:33:13 CET 2010 - mzugec@suse.cz - install qinternet for ISDN only if available (bnc#654604) Modified: branches/SuSE-Code-11-Branch/network/src/modules/ISDN.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/src/modules/ISDN.ycp?rev=62916&r1=62915&r2=62916&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/src/modules/ISDN.ycp (original) +++ branches/SuSE-Code-11-Branch/network/src/modules/ISDN.ycp Mon Nov 29 13:58:46 2010 @@ -351,7 +351,7 @@ if (Package::Available("qinternet")) installpackages = add (installpackages, "qinternet"); else - y2error("There's no qinternet package available."); + y2error("There's no kinternet package available."); } if (installpackages != nil && installpackages != [""]) { Modified: branches/SuSE-Code-11-Branch/network/src/routines/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/src/routines/widgets.ycp?rev=62916&r1=62915&r2=62916&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/src/routines/widgets.ycp (original) +++ branches/SuSE-Code-11-Branch/network/src/routines/widgets.ycp Mon Nov 29 13:58:46 2010 @@ -117,7 +117,7 @@ "label": _("Manually"), // help text for Device Activation "help": _("<p><b>Manually</b>: You control the interface manually -via 'ifup' or 'qinternet' (see 'User Controlled' below)</p>. +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
participants (1)
-
mzugec@svn2.opensuse.org