mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 23:24:16 +00:00
GtkFontChooser: mark 'no matches' string for translation
This commit is contained in:
parent
5445b3d7ec
commit
1bede5c3fb
@ -115,7 +115,7 @@ struct _GtkFontChooserPrivate
|
||||
|
||||
#define ROW_FORMAT_STRING "<span weight=\"bold\" size=\"small\">%s</span>\n<span size=\"x-large\" font_desc=\"%s\">%s</span>"
|
||||
|
||||
#define NO_FONT_MATCHED_SEARCH "No fonts matched your search. You can revise your search and try again."
|
||||
#define NO_FONT_MATCHED_SEARCH N_("No fonts matched your search. You can revise your search and try again.")
|
||||
|
||||
/* These are what we use as the standard font sizes, for the size list.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user