mirror of https://github.com/GNOME/gimp.git
app: only one mnemonic letter per filter
This commit is contained in:
parent
26b2b177a9
commit
d9db3cc0cf
|
@ -211,7 +211,7 @@ static const GimpStringActionEntry filters_actions[] =
|
|||
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SLUR */ },
|
||||
|
||||
{ "filters-noise-spread", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Sp_read..."), NULL, NULL,
|
||||
NC_("filters-action", "Sp_read..."), NULL, NULL,
|
||||
"gegl:noise-spread",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SPREAD */ },
|
||||
|
||||
|
|
Loading…
Reference in New Issue