From 47a9c2a54b83487ad4a3110055c7280631ac7d25 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 10 Apr 2016 16:34:14 +0200 Subject: [PATCH] app: s/Remove holes/Remove Holes/, menu item labels are capitalized --- app/actions/select-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/select-actions.c b/app/actions/select-actions.c index e539066844..b990865724 100644 --- a/app/actions/select-actions.c +++ b/app/actions/select-actions.c @@ -102,7 +102,7 @@ static const GimpActionEntry select_actions[] = GIMP_HELP_SELECTION_BORDER }, { "select-flood", NULL, - NC_("select-action", "Re_move holes"), NULL, + NC_("select-action", "Re_move Holes"), NULL, NC_("select-action", "Remove holes from the selection"), G_CALLBACK (select_flood_cmd_callback), GIMP_HELP_SELECTION_FLOOD },