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

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

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


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp
Date: Sun, 27 Feb 2005 07:14:59 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/02/27 12:14:59

Modified files:
        src            : language.cpp 

Log message:
        advertise "default english" locale as real US english

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

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.70 wesnoth/src/language.cpp:1.71
--- wesnoth/src/language.cpp:1.70       Sat Feb 26 18:10:01 2005
+++ wesnoth/src/language.cpp    Sun Feb 27 12:14:59 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.70 2005/02/26 18:10:01 gruikya Exp $ */
+/* $Id: language.cpp,v 1.71 2005/02/27 12:14:59 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -40,7 +40,7 @@
        language_def("el_GR", "Ελληνικά (Ellinika)"),
        language_def("et_EE", "Eesti"),
        language_def("en_GB", "English (GB)"),
-       language_def("C",     "English (hm... nearly US)"),
+       language_def("C",     "English (US)"),
        language_def("eu_ES", "Euskera"),
        language_def("fr_FR", "Français"),
        language_def("it_IT", "Italiano"),




reply via email to

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