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

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

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


From: Philippe Plantier
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_lobby.cpp
Date: Sun, 27 Feb 2005 18:10:08 -0500

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




reply via email to

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