Author: alink
Date: Sun Jul  6 22:28:43 2008
New Revision: 27798

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27798&view=rev
Log:
Change the abbreviation of "Level" from "Lv." to "Lvl." in units list
and also use this in the recall dialog to gain some recently needed space there
This also gave a better balance between the column width and its content.

Modified:
    trunk/src/menu_events.cpp

Modified: trunk/src/menu_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=27798&r1=27797&r2=27798&view=diff
==============================================================================
--- trunk/src/menu_events.cpp (original)
+++ trunk/src/menu_events.cpp Sun Jul  6 22:28:43 2008
@@ -192,7 +192,7 @@
                const std::string heading = std::string(1,HEADING_PREFIX) +
                                                                        
_("Type")          + COLUMN_SEPARATOR +
                                                                        
_("Name")          + COLUMN_SEPARATOR +
-                                                                       
_("Level^Lv.")     + COLUMN_SEPARATOR +
+                                                                       
_("Level^Lvl.")    + COLUMN_SEPARATOR +
                                                                        _("HP") 
           + COLUMN_SEPARATOR +
                                                                        _("XP") 
           + COLUMN_SEPARATOR +
                                                                        _("unit 
list^Traits") + COLUMN_SEPARATOR +
@@ -961,7 +961,7 @@
                        std::ostringstream heading;
                        heading << HEADING_PREFIX << COLUMN_SEPARATOR << 
_("Type")
                                        << COLUMN_SEPARATOR << _("Name")
-                                       << COLUMN_SEPARATOR << _("Level")
+                                       << COLUMN_SEPARATOR << _("Level^Lvl.")
                                        << COLUMN_SEPARATOR << _("XP");
 #ifndef USE_TINY_GUI
                        heading << COLUMN_SEPARATOR << _("Traits");


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to