[Freeciv-Dev] (PR#12182) string i18n qualifier missing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: |
[Freeciv-Dev] (PR#12182) string i18n qualifier missing |
From: |
"Christian Knoke" <chrisk@xxxxxxxxx> |
Date: |
Wed, 9 Feb 2005 04:20:59 -0800 |
Reply-to: |
bugs@xxxxxxxxxxx |
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12182 >
CVS 09 FEB 2005 GTK2 HEAD
The string 'governor' in the city report needs a qualifier to distinct it
from Governors of nations (nation files). I think this patch does it.
Christian
--
Christian Knoke * * * http://cknoke.de
* * * * * * * * * Ceterum censeo Microsoft esse dividendum.
--- client/cityrepdata.c.orig 2005-02-09 13:22:38.000000000 +0100
+++ client/cityrepdata.c 2005-02-09 13:23:14.000000000 +0100
@@ -491,7 +491,7 @@
NULL, FUNC_TAG(corruption) },
{ FALSE, 3, 1, NULL, N_("?waste:Was"), N_("Waste"),
NULL, FUNC_TAG(waste) },
- { TRUE, 15, 1, NULL, N_("Governor"), N_("Citizen Governor"),
+ { TRUE, 15, 1, NULL, N_("?cma:Governor"), N_("Citizen Governor"),
NULL, FUNC_TAG(cma) },
{ TRUE, 0, 1, N_("Currently Building"), N_("(Stock,Target,Turns,Buy)"),
N_("Currently Building"),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#12182) string i18n qualifier missing,
Christian Knoke <=
|
|