[gtk+] GtkFontChooser: mark 'no matches' string for translation



commit 1bede5c3fb47b3ab656c2dfe24d8fb8732873e3e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 5 11:19:30 2011 -0400

    GtkFontChooser: mark 'no matches' string for translation

 gtk/gtkfontchooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index c51ea61..1d48016 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -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.
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]