Issue #2848: some sentences have no translation.

This commit is contained in:
Jehan 2019-01-24 16:14:46 +01:00
parent 2cd7938f02
commit f508e24f0c
2 changed files with 4 additions and 4 deletions

View File

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

View File

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