mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
datetime: Remove the translation marker for a warning message
This commit is contained in:
parent
96dc06e6e0
commit
0f87f09397
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user