[gtk+] Mark string for translation



commit 85e95a765d82e707bcb6fe727532e03373908d7e
Author: Christian Persch <chpe gnome org>
Date:   Mon Sep 5 15:27:22 2011 +0200

    Mark string for translation

 gtk/gtkfontchooserwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c
index fcc3672..4ceb9fa 100644
--- a/gtk/gtkfontchooserwidget.c
+++ b/gtk/gtkfontchooserwidget.c
@@ -114,7 +114,7 @@ struct _GtkFontChooserWidgetPrivate
 
 #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]