Author: shadowmaster
Date: Sat May 19 22:33:22 2012
New Revision: 54239
URL: http://svn.gna.org/viewcvs/wesnoth?rev=54239&view=rev
Log:
gui2/taddon_description: Tweak status lines for Published add-ons
Instead of displaying just "Published" for a published add-on regardless
of whether it is installed or not, display "Published, not installed"
when it isn't. This is a rarer situation than a published add-on being
installed, hence we don't need a "Published, installed" status line.
Modified:
trunk/src/gui/dialogs/addon/description.cpp
Modified: trunk/src/gui/dialogs/addon/description.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/dialogs/addon/description.cpp?rev=54239&r1=54238&r2=54239&view=diff
==============================================================================
--- trunk/src/gui/dialogs/addon/description.cpp (original)
+++ trunk/src/gui/dialogs/addon/description.cpp Sat May 19 22:33:22 2012
@@ -47,7 +47,7 @@
if(!state.can_publish) {
s += _("addon_state^Not installed");
} else {
- s += _("addon_state^Published");
+ s += _("addon_state^Published, not installed");
}
break;
case ADDON_INSTALLED:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits