Issue #2920: Dilate and Erode filters' tooltips are untranslatable.
Wrong message contexts!
This commit is contained in:
parent
82c449496e
commit
f8f3a74971
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ static const GimpStringActionEntry filters_settings_actions[] =
|
|||
{
|
||||
{ "filters-dilate", GIMP_ICON_GEGL,
|
||||
NC_("filters-action", "_Dilate"), NULL,
|
||||
NC_("drawable-action", "Grow lighter areas of the image"),
|
||||
NC_("filters-action", "Grow lighter areas of the image"),
|
||||
"gegl:value-propagate\n"
|
||||
"(mode white)"
|
||||
"(lower-threshold 0.000000)"
|
||||
|
|
@ -151,7 +151,7 @@ static const GimpStringActionEntry filters_settings_actions[] =
|
|||
|
||||
{ "filters-erode", GIMP_ICON_GEGL,
|
||||
NC_("filters-action", "_Erode"), NULL,
|
||||
NC_("drawable-action", "Grow darker areas of the image"),
|
||||
NC_("filters-action", "Grow darker areas of the image"),
|
||||
"gegl:value-propagate\n"
|
||||
"(mode black)"
|
||||
"(lower-threshold 0.000000)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue