]> Pileus Git - ~andy/gtk/commitdiff
GtkFontChooser: mark 'no matches' string for translation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:19:30 +0000 (11:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:19:30 +0000 (11:19 -0400)
gtk/gtkfontchooser.c

index c51ea61d6449ac545383b827f7a3e43ef7c5d3fc..1d48016a387d41d3eb978c9a2467f01ce52acb0b 100644 (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.
  */