CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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);