From 1783a25cceaa2bf43ca4dec76ce2f153bcee5c21 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 12 Jul 2015 14:15:45 +0200 Subject: [PATCH] libgimp: "Sans-serif" is not a translatable string. --- libgimp/gimpfontselectbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimp/gimpfontselectbutton.c b/libgimp/gimpfontselectbutton.c index be4d1e65ae..e1fe8d7cd6 100644 --- a/libgimp/gimpfontselectbutton.c +++ b/libgimp/gimpfontselectbutton.c @@ -151,7 +151,7 @@ gimp_font_select_button_class_init (GimpFontSelectButtonClass *klass) g_param_spec_string ("font-name", "Font name", "The name of the currently selected font", - _("Sans-serif"), + "Sans-serif", GIMP_PARAM_READWRITE)); /**