[glib] datetime: Remove the translation marker for a warning message



commit 0f87f09397ef9a796258ec3200e0e987a761e505
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Aug 25 00:27:49 2010 +0100

    datetime: Remove the translation marker for a warning message

 glib/gdatetime.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index b7cc7aa..349a937 100644
--- a/glib/gdatetime.c
+++ b/glib/gdatetime.c
@@ -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;



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