mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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",
|
g_param_spec_string ("font-name",
|
||||||
"Font name",
|
"Font name",
|
||||||
"The name of the currently selected font",
|
"The name of the currently selected font",
|
||||||
_("Sans-serif"),
|
"Sans-serif",
|
||||||
GIMP_PARAM_READWRITE));
|
GIMP_PARAM_READWRITE));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue