Author: gs Date: Tue Oct 26 12:02:01 2010 New Revision: 62683 URL: http://svn.opensuse.org/viewcvs/yast?rev=62683&view=rev Log: improve status help Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc Modified: trunk/ncurses-pkg/src/NCPkgStrings.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgStrings.cc?rev=62683&r1=62682&r2=62683&view=diff ============================================================================== --- trunk/ncurses-pkg/src/NCPkgStrings.cc (original) +++ trunk/ncurses-pkg/src/NCPkgStrings.cc Tue Oct 26 12:02:01 2010 @@ -159,7 +159,7 @@ const string NCPkgStrings::HelpOnStatus3() { // part 3 of help text package status - static const string value = _( "The meaning of the status flags:" ); + static const string value = _( "<p>The meaning of the status flags:</p>" ); return value; } @@ -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> i </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>Status information for pattern and languages:</p><p><b> i </b>: All requirements of this pattern/language are satisfied</p>" ); return value; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org