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

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

[Wesnoth-cvs-commits] wesnoth po/wesnoth/fr.po src/multiplayer_wait.cpp


From: Philippe Plantier
Subject: [Wesnoth-cvs-commits] wesnoth po/wesnoth/fr.po src/multiplayer_wait.cpp
Date: Sun, 17 Apr 2005 09:43:13 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <address@hidden>      05/04/17 13:43:13

Modified files:
        po/wesnoth     : fr.po 
        src            : multiplayer_wait.cpp 

Log message:
        Fixed the player type not being updated correctly during the "wait" 
multiplayer
        setup screen.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/wesnoth/fr.po.diff?tr1=1.87&tr2=1.88&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_wait.cpp.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: wesnoth/po/wesnoth/fr.po
diff -u wesnoth/po/wesnoth/fr.po:1.87 wesnoth/po/wesnoth/fr.po:1.88
--- wesnoth/po/wesnoth/fr.po:1.87       Sun Apr 17 06:35:20 2005
+++ wesnoth/po/wesnoth/fr.po    Sun Apr 17 13:43:13 2005
@@ -11,7 +11,7 @@
 "Project-Id-Version: Battle for Wesnoth\n"
 "Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\n";
 "POT-Creation-Date: 2005-04-17 08:15+0200\n"
-"PO-Revision-Date: 2005-04-12 23:17+0100\n"
+"PO-Revision-Date: 2005-04-17 15:41+0200\n"
 "Last-Translator: Guillaume MASSART <address@hidden>\n"
 "Language-Team: Language fr\n"
 "MIME-Version: 1.0\n"
@@ -8985,7 +8985,7 @@
 
 #: src/multiplayer_connect.cpp:313
 msgid "(Empty slot)"
-msgstr "(place vacante)"
+msgstr "(Vide)"
 
 #: src/multiplayer_connect.cpp:450
 msgid "No non-random sides in the current era"
Index: wesnoth/src/multiplayer_wait.cpp
diff -u wesnoth/src/multiplayer_wait.cpp:1.23 
wesnoth/src/multiplayer_wait.cpp:1.24
--- wesnoth/src/multiplayer_wait.cpp:1.23       Wed Mar 30 19:48:17 2005
+++ wesnoth/src/multiplayer_wait.cpp    Sun Apr 17 13:43:13 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_wait.cpp,v 1.23 2005/03/30 19:48:17 gruikya Exp $ */
+/* $Id: multiplayer_wait.cpp,v 1.24 2005/04/17 13:43:13 gruikya Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -362,7 +362,7 @@
        for(config::child_list::const_iterator s = sides.begin(); s != 
sides.end(); ++s) {
                const config& sd = **s;
 
-               std::string description = sd["description"];
+               std::string description = sd["user_description"];
                const std::string faction_id = sd["id"];
 
                t_string side_name = sd["name"];




reply via email to

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