app: add "..." to Fill/Stroke command

Since it opens a dialog it should have ... at the end
This commit is contained in:
Jacob Boerema 2025-08-28 13:18:32 -04:00
parent 769b911018
commit 24ca35625b

View file

@ -213,7 +213,7 @@ static const GimpActionEntry layers_actions[] =
GIMP_HELP_LAYER_TEXT_ALONG_PATH },
{ "layers-vector-fill-stroke", NULL,
NC_("layers-action", "Fill / Stroke"), NULL, { NULL },
NC_("layers-action", "Fill / Stroke..."), NULL, { NULL },
NC_("layers-action", "Edit the fill and stroke of this vector layer"),
layers_vector_fill_stroke_cmd_callback,
GIMP_HELP_LAYER_VECTOR_FILL_STROKE },