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,
|
g_object_class_install_property (object_class, PROP_COLOR,
|
||||||
gimp_param_spec_rgb ("color",
|
gimp_param_spec_rgb ("color",
|
||||||
"Color",
|
_("Color"),
|
||||||
"The color",
|
_("The color"),
|
||||||
FALSE, &white,
|
FALSE, &white,
|
||||||
G_PARAM_READWRITE |
|
G_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
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_object_class_install_property (object_class, PROP_VALUE,
|
||||||
g_param_spec_double ("value",
|
g_param_spec_double ("value",
|
||||||
"Value",
|
_("Value"),
|
||||||
"The alpha value",
|
_("The alpha value"),
|
||||||
0.0, 1.0, 0.5,
|
0.0, 1.0, 0.5,
|
||||||
G_PARAM_READWRITE |
|
G_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
Loading…
Reference in New Issue