app: s/Remove holes/Remove Holes/, menu item labels are capitalized

This commit is contained in:
Michael Natterer
2016-04-10 16:34:14 +02:00
parent feb7145484
commit 47a9c2a54b

View File

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