CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <[EMAIL PROTECTED]> 04/10/13 19:33:50
Modified files:
src : titlescreen.cpp
Log message:
Fixed "About" translation being duplicated for no real good reason.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/titlescreen.cpp.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
Patches:
Index: wesnoth/src/titlescreen.cpp
diff -u wesnoth/src/titlescreen.cpp:1.23 wesnoth/src/titlescreen.cpp:1.24
--- wesnoth/src/titlescreen.cpp:1.23 Wed Oct 6 06:18:18 2004
+++ wesnoth/src/titlescreen.cpp Wed Oct 13 19:33:50 2004
@@ -169,7 +169,7 @@
N_("TitleScreen button^Load"),
N_("TitleScreen
button^Language"),
N_("TitleScreen
button^Preferences"),
- N_("TitleScreen button^About"),
+ N_("About"),
N_("TitleScreen button^Quit") };
static const char* help_button_labels[] = { N_("Start a tutorial to
familiarize yourself with the game"),
N_("Start a new single
player campaign"),