wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src unit.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src unit.cpp
Date: Mon, 18 Apr 2005 11:48:34 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/18 15:48:34

Modified files:
        src            : unit.cpp 

Log message:
        Make Intelligent tooltip more descriptive.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit.cpp.diff?tr1=1.139&tr2=1.140&r1=text&r2=text

Patches:
Index: wesnoth/src/unit.cpp
diff -u wesnoth/src/unit.cpp:1.139 wesnoth/src/unit.cpp:1.140
--- wesnoth/src/unit.cpp:1.139  Mon Apr 11 18:57:26 2005
+++ wesnoth/src/unit.cpp        Mon Apr 18 15:48:33 2005
@@ -1,4 +1,4 @@
-/* $Id: unit.cpp,v 1.139 2005/04/11 18:57:26 gruikya Exp $ */
+/* $Id: unit.cpp,v 1.140 2005/04/18 15:48:33 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1104,7 +1104,7 @@
 
                        if(increase.empty() == false) {
                                description += (increase[0] != '-' ? "+" : "") +
-                                       increase + t_string(N_("XP"), 
"wesnoth");
+                                       increase + t_string(N_(" XP to 
advance"), "wesnoth");
 
                                if(increase[increase.size()-1] == '%') {
                                        const std::string 
inc(increase.begin(),increase.end()-1);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]