[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]
<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",
|
|