mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
datetime: Remove the translation marker for a warning message
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user