Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2006:
[Freeciv-Dev] (PR#15839) server/command.c#64: Wrong words order?
Home

[Freeciv-Dev] (PR#15839) server/command.c#64: Wrong words order?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: evyscr@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#15839) server/command.c#64: Wrong words order?
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Mar 2006 19:22:32 -0800
Reply-to: bugs@xxxxxxxxxxx

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

Here's a patch.
Index: server/commands.c
===================================================================
--- server/commands.c   (revision 11752)
+++ server/commands.c   (working copy)
@@ -61,9 +61,9 @@
    "list connections\n"
    "list scenarios",
    N_("Show a list of players, teams, connections, or scenarios."),
-   N_("Show a list of players, teams, connections, or scenarios "
-      "to the server.  The argument may be abbreviated, and defaults "
-      "to 'players' if absent.")
+   N_("Show a list of players in the game, teams of players, connections to "
+      "the server, or available scenarios.  The argument may be abbreviated,"
+      " and defaults to 'players' if absent.")
   },
   {"quit",     ALLOW_HACK,
    "quit",

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