Author: cazfi
Date: Fri Jun 24 11:10:02 2016
New Revision: 32994

URL: http://svn.gna.org/viewcvs/freeciv?rev=32994&view=rev
Log:
Removed extra newline from the end of the cancelvote command short help.

Reported by Frank <dunnoob>

See bug #24784

Modified:
    trunk/server/commands.c

Modified: trunk/server/commands.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/commands.c?rev=32994&r1=32993&r2=32994&view=diff
==============================================================================
--- trunk/server/commands.c     (original)
+++ trunk/server/commands.c     Fri Jun 24 11:10:02 2016
@@ -471,7 +471,7 @@
       "cancelvote <vote number>\n"
       "cancelvote all\n"),
    /* TRANS: "vote" as a process */
-   N_("Cancel a running vote.\n"),
+   N_("Cancel a running vote."),
    /* TRANS: "vote" as a process */
    N_("With no arguments this command removes your own vote. If you have "
       "an admin access level, you can cancel any vote by vote number, or "


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to