Author: jtn
Date: Thu Jul  7 02:22:34 2016
New Revision: 33178

URL: http://svn.gna.org/viewcvs/freeciv?rev=33178&view=rev
Log:
A few string tweaks, doc fixes, etc.

See gna bug #24828.

Modified:
    branches/S2_6/client/gui-gtk-3.0/gui_main.c
    branches/S2_6/doc/man/freeciv-client.6.in
    branches/S2_6/server/civserver.c
    branches/S2_6/server/settings.c

Modified: branches/S2_6/client/gui-gtk-3.0/gui_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-gtk-3.0/gui_main.c?rev=33178&r1=33177&r2=33178&view=diff
==============================================================================
--- branches/S2_6/client/gui-gtk-3.0/gui_main.c (original)
+++ branches/S2_6/client/gui-gtk-3.0/gui_main.c Thu Jul  7 02:22:34 2016
@@ -282,7 +282,8 @@
              _("Other gui-specific options are:\n"));
 
   fc_fprintf(stderr,
-             _("-g, --gtk-warnings\tLet gtk+ to print warnings\n"));
+             _("-g, --gtk-warnings\tAllow Gtk+ to print warnings "
+               "to console\n"));
 
   fc_fprintf(stderr,
              _("-r, --resolution WIDTHxHEIGHT\tAssume given resolution "

Modified: branches/S2_6/doc/man/freeciv-client.6.in
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/doc/man/freeciv-client.6.in?rev=33178&r1=33177&r2=33178&view=diff
==============================================================================
--- branches/S2_6/doc/man/freeciv-client.6.in   (original)
+++ branches/S2_6/doc/man/freeciv-client.6.in   Thu Jul  7 02:22:34 2016
@@ -34,18 +34,18 @@
 [ \-\- \fIclient-specific-parameters\fP ]
 
 .B freeciv-gtk2
-accept the standard Gtk parameters following \fB\-\-\fP; see the Gtk
+accepts the standard Gtk parameters following \fB\-\-\fP; see the Gtk
 documentation. It also accepts
 .B [ \-h|\-\-help ]
 
 .B freeciv-gtk3
-accept the standard Gtk parameters following \fB\-\-\fP; see the Gtk
+accepts the standard Gtk parameters following \fB\-\-\fP; see the Gtk
 documentation. It also accepts
 .B [ \-g|\-\-gtk-warnings ] \
 [ \-h|\-\-help ]
 
 .B freeciv-qt
-accept the standard Qt parameters following \fB\-\-\fP; see the Qt
+accepts the standard Qt parameters following \fB\-\-\fP; see the Qt
 documentation. It also accepts
 .B [ \-h|\-\-help ]
 

Modified: branches/S2_6/server/civserver.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/civserver.c?rev=33178&r1=33177&r2=33178&view=diff
==============================================================================
--- branches/S2_6/server/civserver.c    (original)
+++ branches/S2_6/server/civserver.c    Thu Jul  7 02:22:34 2016
@@ -406,7 +406,8 @@
                 _("Set TYPE as server type in metaserver"));
 #endif /* FREECIV_WEB */
     cmdhelp_add(help, "k", "keep",
-                _("Keep updating game information on metaserver even if has 
failed in the past")),
+                _("Keep updating game information on metaserver even after "
+                  "failure")),
     cmdhelp_add(help, "p",
                 /* TRANS: "port" is exactly what user must type, do not 
translate. */
                 _("port PORT"),

Modified: branches/S2_6/server/settings.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/settings.c?rev=33178&r1=33177&r2=33178&view=diff
==============================================================================
--- branches/S2_6/server/settings.c     (original)
+++ branches/S2_6/server/settings.c     Thu Jul  7 02:22:34 2016
@@ -2059,7 +2059,7 @@
            SSET_RULES, SSET_MILITARY, SSET_SITUATIONAL, SSET_TO_CLIENT,
            N_("National borders"),
            N_("If this is not disabled, then any land tiles around a "
-              "city or border claiming Extra (like the classic ruleset's "
+              "city or border-claiming extra (like the classic ruleset's "
               "Fortress base) will be owned by that nation."),
            NULL, NULL, NULL, borders_name, GAME_DEFAULT_BORDERS)
 


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

Reply via email to