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: Thu, 28 Apr 2005 06:56:06 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/28 10:56:06

Modified files:
        src            : unit.cpp 

Log message:
        Language fix (addressing a FIXME).

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

Patches:
Index: wesnoth/src/unit.cpp
diff -u wesnoth/src/unit.cpp:1.146 wesnoth/src/unit.cpp:1.147
--- wesnoth/src/unit.cpp:1.146  Wed Apr 27 21:11:44 2005
+++ wesnoth/src/unit.cpp        Thu Apr 28 10:56:05 2005
@@ -1,4 +1,4 @@
-/* $Id: unit.cpp,v 1.146 2005/04/27 21:11:44 gruikya Exp $ */
+/* $Id: unit.cpp,v 1.147 2005/04/28 10:56:05 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1112,9 +1112,8 @@
 
                        if(increase.empty() == false) {
                                description += (increase[0] != '-' ? "+" : "") +
-                                       increase + /* " " + */
-                                       // FIXME: the space should not be there
-                                       t_string(N_(" XP to advance"), 
"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]