Author: cazfi
Date: Thu Aug 13 19:33:10 2015
New Revision: 29493

URL: http://svn.gna.org/viewcvs/freeciv?rev=29493&view=rev
Log:
Replaced "gui-sdl" / "gui-sdl2" with "Sdl-client" / "Sdl2-client" in an error 
message.

See patch #6211

Modified:
    branches/S2_6/client/gui-sdl/themes.c
    branches/S2_6/client/gui-sdl2/themes.c

Modified: branches/S2_6/client/gui-sdl/themes.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-sdl/themes.c?rev=29493&r1=29492&r2=29493&view=diff
==============================================================================
--- branches/S2_6/client/gui-sdl/themes.c       (original)
+++ branches/S2_6/client/gui-sdl/themes.c       Thu Aug 13 19:33:10 2015
@@ -53,7 +53,7 @@
   theme_free(theme);
   if (!load_theme(options.gui_sdl_default_theme_name)) {
     /* TRANS: No full stop after the URL, could cause confusion. */
-    log_fatal(_("No gui-sdl theme was found. For instructions on how to "
+    log_fatal(_("No Sdl-client theme was found. For instructions on how to "
                 "get one, please visit %s"), WIKI_URL);
     exit(EXIT_FAILURE);
   }

Modified: branches/S2_6/client/gui-sdl2/themes.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-sdl2/themes.c?rev=29493&r1=29492&r2=29493&view=diff
==============================================================================
--- branches/S2_6/client/gui-sdl2/themes.c      (original)
+++ branches/S2_6/client/gui-sdl2/themes.c      Thu Aug 13 19:33:10 2015
@@ -54,7 +54,7 @@
 
   if (!load_theme(options.gui_sdl2_default_theme_name)) {
     /* TRANS: No full stop after the URL, could cause confusion. */
-    log_fatal(_("No gui-sdl2 theme was found. For instructions on how to "
+    log_fatal(_("No Sdl2-client theme was found. For instructions on how to "
                 "get one, please visit %s"), WIKI_URL);
     exit(EXIT_FAILURE);
   }


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

Reply via email to