libgimp: "Sans-serif" is not a translatable string.
This commit is contained in:
parent
0693298d63
commit
1783a25cce
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue