From 24ca35625b997e238bd17e6ef85ad2cda34311a9 Mon Sep 17 00:00:00 2001 From: Jacob Boerema Date: Thu, 28 Aug 2025 13:18:32 -0400 Subject: [PATCH] app: add "..." to Fill/Stroke command Since it opens a dialog it should have ... at the end --- app/actions/layers-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c index a78c75ad48..982e6c72dc 100644 --- a/app/actions/layers-actions.c +++ b/app/actions/layers-actions.c @@ -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 },