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



commit 47a9c2a54b83487ad4a3110055c7280631ac7d25
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 10 16:34:14 2016 +0200

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

 app/actions/select-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/select-actions.c b/app/actions/select-actions.c
index e539066..b990865 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 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]