[yast-commit] r62661 - in /trunk/ncurses-pkg/src: NCPkgFilterLocale.cc NCPkgStrings.cc
Author: gs Date: Thu Oct 21 14:43:53 2010 New Revision: 62661 URL: http://svn.opensuse.org/viewcvs/yast?rev=62661&view=rev Log: replace :-) by i Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.cc trunk/ncurses-pkg/src/NCPkgStrings.cc Modified: trunk/ncurses-pkg/src/NCPkgFilterLocale.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterLocale.cc?rev=62661&r1=62660&r2=62661&view=diff ============================================================================== --- trunk/ncurses-pkg/src/NCPkgFilterLocale.cc (original) +++ trunk/ncurses-pkg/src/NCPkgFilterLocale.cc Thu Oct 21 14:43:53 2010 @@ -87,7 +87,7 @@ case S_NoInst: return " "; case S_Install: - return " :-)"; + return " i "; default: return "####"; } Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.cc?rev=62661&r1=62660&r2=62661&view=diff ============================================================================== --- trunk/ncurses-pkg/src/NCPkgStrings.cc (original) +++ trunk/ncurses-pkg/src/NCPkgStrings.cc Thu Oct 21 14:43:53 2010 @@ -173,7 +173,7 @@ const string NCPkgStrings::HelpOnStatus5() { // help text package status - static const string value = _( "<p><b>-i-</b>: keep the installed version and never update or delete it ( package locked )</p><p><b>:-)</b>: All requirements of this pattern/language are satisfied</p>" ); + static const string value = _( "<p><b>-i-</b>: keep the installed version and never update or delete it ( package locked )</p><p><b> i </b>: All requirements of this pattern/language are satisfied</p>" ); return value; } @@ -592,7 +592,7 @@ const string NCPkgStrings::YouHelp3() { // help text online udpate continue - static const string value = _( "<p>Meaning of the status flags:</p><p><b>a+ </b>: Patches concerning your installation are preselected. They will be downloaded and installed on your system. If you do not want a certain patch, deselect it with '-'.</p><p><b>:-)</b>: All requirements of this patch are satisfied.</p><p><b>+ </b>: You have selected this patch for installation.</p>" ); + static const string value = _( "<p>Meaning of the status flags:</p><p><b>a+ </b>: Patches concerning your installation are preselected. They will be downloaded and installed on your system. If you do not want a certain patch, deselect it with '-'.</p><p><b> i </b>: All requirements of this patch are satisfied.</p><p><b>+ </b>: You have selected this patch for installation.</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