From 1bede5c3fb47b3ab656c2dfe24d8fb8732873e3e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Sep 2011 11:19:30 -0400 Subject: [PATCH] GtkFontChooser: mark 'no matches' string for translation --- gtk/gtkfontchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index c51ea61d64..1d48016a38 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -115,7 +115,7 @@ struct _GtkFontChooserPrivate #define ROW_FORMAT_STRING "%s\n%s" -#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. */