Author: cazfi
Date: Sun Feb 28 13:38:02 2016
New Revision: 32122

URL: http://svn.gna.org/viewcvs/freeciv?rev=32122&view=rev
Log:
When warning about the fact that existing client options file has not ben 
found, say also
that a new one will be created to make it clearer that this is not a error 
situation when
launching freeciv for the first time.

See patch #7011

Modified:
    branches/S2_5/client/options.c

Modified: branches/S2_5/client/options.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/options.c?rev=32122&r1=32121&r2=32122&view=diff
==============================================================================
--- branches/S2_5/client/options.c      (original)
+++ branches/S2_5/client/options.c      Sun Feb 28 13:38:02 2016
@@ -5175,7 +5175,7 @@
 
   name = get_last_option_file_name(&allow_digital_boolean);
   if (!name) {
-    log_normal(_("Didn't find the option file."));
+    log_normal(_("Didn't find the option file. Creating a new one."));
     options_fully_initialized = TRUE;
     create_default_cma_presets();
     return;


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

Reply via email to