gtkfilechooserwidget: Mark string as no-c-format

gettext 0.22 recognizes %b as a C string format which
not is true for date strings, so explicitly mark as
no-c-format.
This commit is contained in:
Anders Jonsson
2024-06-22 20:06:47 +02:00
parent f5b7e131d6
commit 5df9b1cb5b

View File

@@ -3774,6 +3774,7 @@ my_g_format_date_for_display (GtkFileChooserWidget *impl,
}
else if (g_date_time_get_year (now) == g_date_time_get_year (time))
{
/* xgettext:no-c-format */
format = _("%-e %b");
}
else