GtkFontChooser: mark 'no matches' string for translation

This commit is contained in:
Matthias Clasen 2011-09-05 11:19:30 -04:00
parent 5445b3d7ec
commit 1bede5c3fb

View File

@ -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.
*/