app: fix action label casing.

(cherry picked from commit 5356e86a06)
This commit is contained in:
Jehan 2025-10-22 19:53:52 +02:00 committed by Bruno Lopes
parent 77ff09978b
commit fc8ac03bca
No known key found for this signature in database

View file

@ -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 },