[gimp] Rename UI strings



commit f4adb9a078c20ed44655203dcfd49b4dd04f8c21
Author: Sven Claussner <scl gimp org>
Date:   Wed Feb 3 19:25:02 2016 +0000

    Rename UI strings
    
    After discussion in IRC some weeks ago give the Selection-Flood items
    the more meaningful name Selection-Remove holes.
        modified:   app/actions/select-actions.c
            modified:   app/core/gimpselection.c

 app/actions/select-actions.c |    4 ++--
 app/core/gimpselection.c     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/actions/select-actions.c b/app/actions/select-actions.c
index ea30175..e539066 100644
--- a/app/actions/select-actions.c
+++ b/app/actions/select-actions.c
@@ -102,8 +102,8 @@ static const GimpActionEntry select_actions[] =
     GIMP_HELP_SELECTION_BORDER },
 
   { "select-flood", NULL,
-    NC_("select-action", "F_lood"), NULL,
-    NC_("select-action", "Level the selection's interior"),
+    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 },
 
diff --git a/app/core/gimpselection.c b/app/core/gimpselection.c
index 9c773cc..9c64412 100644
--- a/app/core/gimpselection.c
+++ b/app/core/gimpselection.c
@@ -193,7 +193,7 @@ gimp_selection_class_init (GimpSelectionClass *klass)
   channel_class->border_desc          = C_("undo-type", "Border Selection");
   channel_class->grow_desc            = C_("undo-type", "Grow Selection");
   channel_class->shrink_desc          = C_("undo-type", "Shrink Selection");
-  channel_class->flood_desc           = C_("undo-type", "Flood Selection");
+  channel_class->flood_desc           = C_("undo-type", "Remove Holes");
 }
 
 static void


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