mirror of https://github.com/GNOME/gimp.git
Issue #2848: some sentences have no translation.
This commit is contained in:
parent
2cd7938f02
commit
f508e24f0c
|
@ -92,8 +92,8 @@ gimp_operation_semi_flatten_class_init (GimpOperationSemiFlattenClass *klass)
|
|||
|
||||
g_object_class_install_property (object_class, PROP_COLOR,
|
||||
gimp_param_spec_rgb ("color",
|
||||
"Color",
|
||||
"The color",
|
||||
_("Color"),
|
||||
_("The color"),
|
||||
FALSE, &white,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
|
|
@ -87,8 +87,8 @@ gimp_operation_threshold_alpha_class_init (GimpOperationThresholdAlphaClass *kla
|
|||
|
||||
g_object_class_install_property (object_class, PROP_VALUE,
|
||||
g_param_spec_double ("value",
|
||||
"Value",
|
||||
"The alpha value",
|
||||
_("Value"),
|
||||
_("The alpha value"),
|
||||
0.0, 1.0, 0.5,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
|
Loading…
Reference in New Issue