[Top][All Lists]
[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: |
Wed, 09 Feb 2005 14:43:10 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 05/02/09 19:43:10
Modified files:
src : language.cpp
Log message:
Use "magyar" and not "hungarian" in language-selection list
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.65&tr2=1.66&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.65 wesnoth/src/language.cpp:1.66
--- wesnoth/src/language.cpp:1.65 Mon Feb 7 22:26:06 2005
+++ wesnoth/src/language.cpp Wed Feb 9 19:43:10 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.65 2005/02/07 22:26:06 ydirson Exp $ */
+/* $Id: language.cpp,v 1.66 2005/02/09 19:43:10 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -43,7 +43,7 @@
language_def("eu_ES", "Euskera"),
language_def("fr_FR", "Français"),
language_def("el_GR", "Ελληνικά (Ellinika)"),
- language_def("hu_HU", "Hungarian"),
+ language_def("hu_HU", "Magyar"),
language_def("it_IT", "Italiano"),
language_def("la_IT", "Latina"),
language_def("nl_NL", "Nederlands"),