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

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

[Wesnoth-cvs-commits] wesnoth/src help.cpp unit_types.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp unit_types.cpp
Date: Mon, 25 Apr 2005 10:50:54 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/04/25 14:50:53

Modified files:
        src            : help.cpp unit_types.cpp 

Log message:
        Dmg -> Damage, space for #strikes modifier to match other modifiers.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.93&tr2=1.94&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit_types.cpp.diff?tr1=1.100&tr2=1.101&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.93 wesnoth/src/help.cpp:1.94
--- wesnoth/src/help.cpp:1.93   Sun Apr 24 16:14:24 2005
+++ wesnoth/src/help.cpp        Mon Apr 25 14:50:52 2005
@@ -1100,8 +1100,8 @@
                                                 font::line_width(_("Type"),
                                                                  
normal_font_size,
                                                                  
TTF_STYLE_BOLD)));
-                       first_row.push_back(item(bold(_("Dmg")),
-                                                font::line_width(_("Dmg"),
+                       first_row.push_back(item(bold(_("Damage")),
+                                                font::line_width(_("Damage"),
                                                                  
normal_font_size,
                                                                  
TTF_STYLE_BOLD)));
                        first_row.push_back(item(bold(_("Strikes")),
Index: wesnoth/src/unit_types.cpp
diff -u wesnoth/src/unit_types.cpp:1.100 wesnoth/src/unit_types.cpp:1.101
--- wesnoth/src/unit_types.cpp:1.100    Sun Apr 24 02:06:12 2005
+++ wesnoth/src/unit_types.cpp  Mon Apr 25 14:50:52 2005
@@ -1,4 +1,4 @@
-/* $Id: unit_types.cpp,v 1.100 2005/04/24 02:06:12 darthfool Exp $ */
+/* $Id: unit_types.cpp,v 1.101 2005/04/25 14:50:52 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -308,7 +308,7 @@
                }
 
                if(description != NULL) {
-                       desc << (increase_damage[0] == '-' ? "" : "+") << 
increase_damage << " " << _("Dmg");
+                       desc << (increase_damage[0] == '-' ? "" : "+") << 
increase_damage << " " << _("damage");
                }
        }
 
@@ -320,7 +320,7 @@
                }
 
                if(description != NULL) {
-                       desc << (increase > 0 ? "+" : "") << increase << 
_("strikes");
+                       desc << (increase > 0 ? "+" : "") << increase << " " << 
_("strikes");
                }
        }
 




reply via email to

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