Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#11970) i18n bug in commands.c
Home

[Freeciv-Dev] (PR#11970) i18n bug in commands.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11970) i18n bug in commands.c
From: "Christian Knoke" <chrisk@xxxxxxxxx>
Date: Tue, 18 Jan 2005 09:28:08 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11970 >


CVS 18 JAN 2005 S2

The syntax/synopsis for a server command should be and should only be
i18n'd, when the command has any options.

serverid has no options.

Patch attached.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

--- server/commands.c.orig      2005-01-18 18:20:38.000000000 +0100
+++ server/commands.c   2005-01-18 18:21:07.000000000 +0100
@@ -358,7 +358,7 @@
    N_("Switch server output between 'RFC-style' and normal style."), NULL
   },
   {"serverid", ALLOW_INFO,
-   N_("serverid"),
+   "serverid",
    N_("Simply returns the id of the server."),
   }
 };

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