Author: cazfi
Date: Sat Aug 22 17:53:00 2015
New Revision: 29640

URL: http://svn.gna.org/viewcvs/freeciv?rev=29640&view=rev
Log:
Fixed comment copy-paste error "FREECIV_SAVE_PATH" -> "FREECIV_SCENARIO_PATH"

Modified:
    trunk/utility/shared.c

Modified: trunk/utility/shared.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/utility/shared.c?rev=29640&r1=29639&r2=29640&view=diff
==============================================================================
--- trunk/utility/shared.c      (original)
+++ trunk/utility/shared.c      Sat Aug 22 17:53:00 2015
@@ -1083,7 +1083,7 @@
     bool from_freeciv_path = FALSE;
 
     if ((path = getenv(FREECIV_SCENARIO_PATH)) && '\0' == path[0]) {
-      /* TRANS: <FREECIV_SAVE_PATH> configuration error */
+      /* TRANS: <FREECIV_SCENARIO_PATH> configuration error */
       log_error(_("\"%s\" is set but empty; trying \"%s\" instead."),
                 FREECIV_SCENARIO_PATH, FREECIV_PATH);
       path = NULL;


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

Reply via email to