gnome-games r8318 - trunk/gnibbles



Author: thomashpa
Date: Tue Nov 18 20:37:32 2008
New Revision: 8318
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8318&view=rev

Log:
Change Gnibbles to Nibbles in user visible strings

Modified:
   trunk/gnibbles/gnibbles.c

Modified: trunk/gnibbles/gnibbles.c
==============================================================================
--- trunk/gnibbles/gnibbles.c	(original)
+++ trunk/gnibbles/gnibbles.c	Tue Nov 18 20:37:32 2008
@@ -98,8 +98,8 @@
 
   if (!filename) {
     char *message =
-      g_strdup_printf (_("Gnibbles couldn't find pixmap file:\n%s\n\n"
-			 "Please check your Gnibbles installation"), pixmap);
+      g_strdup_printf (_("Nibbles couldn't find pixmap file:\n%s\n\n"
+			 "Please check your Nibbles installation"), pixmap);
     gnibbles_error (window, message);
     /* We should never get here since the app exits in gnibbles_error. But let's
      * free it anyway in case someone comes along and changes gnibbles_error */
@@ -256,8 +256,8 @@
   if ((in = fopen (filename, "r")) == NULL) {
     char *message =
       g_strdup_printf (_
-                       ("Gnibbles couldn't load level file:\n%s\n\n"
-                        "Please check your Gnibbles installation"), filename);
+                       ("Nibbles couldn't load level file:\n%s\n\n"
+                        "Please check your Nibbles installation"), filename);
     gnibbles_error (window, message);
     g_free (message);
   }
@@ -279,7 +279,7 @@
       char *message =
         g_strdup_printf (_
                          ("Level file appears to be damaged:\n%s\n\n"
-                         "Please check your Gnibbles installation"), filename);
+                         "Please check your Nibbles installation"), filename);
       gnibbles_error (window, message);
       g_free (message);
       break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]