CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <[EMAIL PROTECTED]> 05/04/16 19:15:55

Modified files:
        src            : mapgen_dialog.cpp 

Log message:
        Better labels in map generator.

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

Patches:
Index: wesnoth/src/mapgen_dialog.cpp
diff -u wesnoth/src/mapgen_dialog.cpp:1.36 wesnoth/src/mapgen_dialog.cpp:1.37
--- wesnoth/src/mapgen_dialog.cpp:1.36  Sat Apr  9 20:24:05 2005
+++ wesnoth/src/mapgen_dialog.cpp       Sat Apr 16 19:15:55 2005
@@ -86,8 +86,8 @@
        const std::string& players_label = _("Players:");
        const std::string& width_label = _("Width:");
        const std::string& height_label = _("Height:");
-       const std::string& iterations_label = _("Iterations:");
-       const std::string& hillsize_label = _("Bump Size:");
+       const std::string& iterations_label = _("Number of Hills:");
+       const std::string& hillsize_label = _("Max Hill Size:");
        const std::string& villages_label = _("Villages:");
        const std::string& landform_label = _("Landform:");
 


Reply via email to