summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r--gtk/gtkfontbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index 91a0f98f46..5507375e37 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -490,7 +490,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
g_param_spec_string ("font-name",
P_("Font name"),
P_("The name of the selected font"),
- P_("Sans 12"),
+ _("Sans 12"),
GTK_PARAM_READWRITE));
/**