CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <[EMAIL PROTECTED]> 05/09/18 23:39:43

Modified files:
        src            : hotkeys.cpp 

Log message:
        attempt to fix string freeze breakage

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

Patches:
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.82 wesnoth/src/hotkeys.cpp:1.83
--- wesnoth/src/hotkeys.cpp:1.82        Sat Sep 17 14:01:49 2005
+++ wesnoth/src/hotkeys.cpp     Sun Sep 18 23:39:42 2005
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.82 2005/09/17 14:01:49 morloth Exp $ */
+/* $Id: hotkeys.cpp,v 1.83 2005/09/18 23:39:42 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -107,7 +107,7 @@
        { hotkey::HOTKEY_CHAT_LOG, "chatlog", N_("View Chat Log"), false },
        { hotkey::HOTKEY_USER_CMD, "command", N_("Enter user command"), false },
 
-       { hotkey::HOTKEY_LANGUAGE, "changelanguage", N_("Change language"), 
true },
+       { hotkey::HOTKEY_LANGUAGE, "changelanguage", N_("Change the language"), 
true },
 
        { hotkey::HOTKEY_NULL, NULL, NULL, true }
 };


Reply via email to