datetime: Remove the translation marker for a warning message
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 24 Aug 2010 23:27:49 +0000 (00:27 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 24 Aug 2010 23:27:49 +0000 (00:27 +0100)
glib/gdatetime.c

index b7cc7aa..349a937 100644 (file)
@@ -267,8 +267,9 @@ get_weekday_name_abbr (gint day)
       return C_("GDateTime", "Sat");
     case 7:
       return C_("GDateTime", "Sun");
+
     default:
-      g_warning (_("Invalid week day number %d"), day);
+      g_warning ("Invalid week day number %d", day);
     }
 
   return NULL;