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

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

[Wesnoth-cvs-commits] wesnoth/src mapgen_dialog.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src mapgen_dialog.cpp
Date: Sat, 16 Apr 2005 15:15:55 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    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

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