From fc8ac03bca757921af3ab403d8821b9aab1aa1bd Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 22 Oct 2025 19:53:52 +0200 Subject: [PATCH] app: fix action label casing. (cherry picked from commit 5356e86a06ede75c3e675227661a7cb44c7b2ccb) --- 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 f661f53bca..8db55b3c6d 100644 --- a/app/actions/layers-actions.c +++ b/app/actions/layers-actions.c @@ -55,7 +55,7 @@ static const GimpActionEntry layers_actions[] = GIMP_HELP_LAYER_EDIT }, { "layers-edit-text", GIMP_ICON_EDIT, - NC_("layers-action", "Edit Te_xt on canvas"), NULL, { NULL }, + NC_("layers-action", "Edit Te_xt on Canvas"), NULL, { NULL }, NC_("layers-action", "Edit this text layer content on canvas"), layers_edit_text_cmd_callback, GIMP_HELP_LAYER_EDIT },