CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 05/02/27 23:10:08
Modified files:
src : multiplayer_lobby.cpp
Log message:
Marked the "<no games open>" string, in the multiplayer lobby,
translatable.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_lobby.cpp.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_lobby.cpp
diff -u wesnoth/src/multiplayer_lobby.cpp:1.63
wesnoth/src/multiplayer_lobby.cpp:1.64
--- wesnoth/src/multiplayer_lobby.cpp:1.63 Sun Feb 27 18:15:21 2005
+++ wesnoth/src/multiplayer_lobby.cpp Sun Feb 27 23:10:08 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_lobby.cpp,v 1.63 2005/02/27 18:15:21 ydirson Exp $ */
+/* $Id: multiplayer_lobby.cpp,v 1.64 2005/02/27 23:10:08 gruikya Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -122,7 +122,7 @@
}
if(game_strings.empty()) {
- game_strings.push_back("<no games open>");
+ game_strings.push_back(_("<no games open>"));
}
games_menu_.set_items(game_strings);