libgimp: "Sans-serif" is not a translatable string.

This commit is contained in:
Jehan 2015-07-12 14:15:45 +02:00
parent 0693298d63
commit 1783a25cce

View file

@ -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));
/**