[yast-commit] r68055 - in /trunk/ncurses-pkg: package/yast2-ncurses-pkg.changes src/NCPkgStrings.cc

Author: gs Date: Wed May 2 10:15:48 2012 New Revision: 68055 URL: http://svn.opensuse.org/viewcvs/yast?rev=68055&view=rev Log: Fixed typo in help text (bnc #759100) - -Diese und die folgenden Zeilen werden ignoriert -- M ncurses-pkg/src/NCPkgStrings.cc M ncurses-pkg/package/yast2-ncurses-pkg.changes Modified: trunk/ncurses-pkg/package/yast2-ncurses-pkg.changes trunk/ncurses-pkg/src/NCPkgStrings.cc Modified: trunk/ncurses-pkg/package/yast2-ncurses-pkg.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/package/yast2-ncurses... ============================================================================== --- trunk/ncurses-pkg/package/yast2-ncurses-pkg.changes (original) +++ trunk/ncurses-pkg/package/yast2-ncurses-pkg.changes Wed May 2 10:15:48 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 2 10:14:18 CEST 2012 - gs@suse.de + +- Fixed typo in help text (bnc #759100) + +------------------------------------------------------------------- Tue Apr 17 11:06:51 CEST 2012 - gs@suse.de - Merged text from proof-read Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.cc?r... ============================================================================== --- trunk/ncurses-pkg/src/NCPkgStrings.cc (original) +++ trunk/ncurses-pkg/src/NCPkgStrings.cc Wed May 2 10:15:48 2012 @@ -118,7 +118,7 @@ const string NCPkgStrings::HelpPkgGen1() { // part1 of help text package installation - static const string value = _( "<h3>Welcome to the package selector</h3><p>This tool will help you to manage\nthe software on your system. You can install, update or remove single\npackages, as well as patterns (sets of packages serving certain purpose) or\nlanguages. Usually, you do not need to care about package dependencies when\ninstalling or removing anything, the solver will do it for you. The package selector consists of three main parts: <b>filters, package table<b> and <b>menu</b>.</p>" ); + static const string value = _( "<h3>Welcome to the package selector</h3><p>This tool will help you to manage\nthe software on your system. You can install, update or remove single\npackages, as well as patterns (sets of packages serving certain purpose) or\nlanguages. Usually, you do not need to care about package dependencies when\ninstalling or removing anything, the solver will do it for you. The package selector consists of three main parts: <b>filters</b>, <b>package table</b> and <b>menu</b>.</p>" ); return value; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org