[Goodies-commits] r7482 - in xfce4-screenshooter/trunk: . lib

Jerome Guelfucci jeromeg at xfce.org
Sat Jun 6 18:34:33 CEST 2009


Author: jeromeg
Date: 2009-06-06 16:34:33 +0000 (Sat, 06 Jun 2009)
New Revision: 7482

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/lib/katze-throbber.c
Log:
Remove some translatable strings. Fixes distcheck.

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-06-06 16:28:24 UTC (rev 7481)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-06-06 16:34:33 UTC (rev 7482)
@@ -1,5 +1,9 @@
 2009-06-06 jeromeg
 
+Remove some translatable strings. Fixes distcheck.
+
+2009-06-06 jeromeg
+
 Add English screenshots for not updated documentation translations.
 
 This allows us to have English localised screenshots in the 

Modified: xfce4-screenshooter/trunk/lib/katze-throbber.c
===================================================================
--- xfce4-screenshooter/trunk/lib/katze-throbber.c	2009-06-06 16:28:24 UTC (rev 7481)
+++ xfce4-screenshooter/trunk/lib/katze-throbber.c	2009-06-06 16:34:33 UTC (rev 7482)
@@ -860,7 +860,7 @@
 
             if (!throbber->static_pixbuf)
             {
-                g_warning (_("Named icon '%s' couldn't be loaded"),
+                g_warning ("Named icon '%s' couldn't be loaded",
                            throbber->static_icon_name);
                 katze_assign (throbber->static_icon_name, NULL);
                 g_object_notify (G_OBJECT (throbber), "static-icon-name");
@@ -873,7 +873,7 @@
 
             if (!throbber->static_pixbuf)
             {
-                g_warning (_("Stock icon '%s' couldn't be loaded"),
+                g_warning ("Stock icon '%s' couldn't be loaded",
                            throbber->static_stock_id);
                 katze_assign (throbber->static_stock_id, NULL);
                 g_object_notify (G_OBJECT (throbber), "static-stock-id");
@@ -939,7 +939,7 @@
         }
         else
         {
-            g_warning (_("Animation frames are broken"));
+            g_warning ("Animation frames are broken");
             katze_assign (throbber->icon_name, NULL);
             katze_object_assign (throbber->pixbuf, NULL);
 




More information about the Goodies-commits mailing list