[gimp] Revert "app: Add alpha-to-selection shortcuts in tooltips"



commit 6739f6266c53799a3ef8f00677c8f64c4bd3a812
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Jul 6 18:12:09 2010 +0200

    Revert "app: Add alpha-to-selection shortcuts in tooltips"
    
    This reverts commit 9378b4292220cf0533e4a734296d8cbb7f9ce1c8. We
    need a translator-friendly solution.

 app/actions/layers-actions.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c
index 106630b..db5982f 100644
--- a/app/actions/layers-actions.c
+++ b/app/actions/layers-actions.c
@@ -311,32 +311,28 @@ static const GimpEnumActionEntry layers_alpha_to_selection_actions[] =
   { "layers-alpha-selection-replace", GIMP_STOCK_SELECTION_REPLACE,
     NC_("layers-action", "Al_pha to Selection"), NULL,
     NC_("layers-action",
-        "Replace the selection with the layer's alpha channel.\n"
-        "Shortcut: Alt-Click thumbnail in layers dialog."),
+        "Replace the selection with the layer's alpha channel"),
     GIMP_CHANNEL_OP_REPLACE, FALSE,
     GIMP_HELP_LAYER_ALPHA_SELECTION_REPLACE },
 
   { "layers-alpha-selection-add", GIMP_STOCK_SELECTION_ADD,
     NC_("layers-action", "A_dd to Selection"), NULL,
     NC_("layers-action",
-        "Add the layer's alpha channel to the current selection.\n"
-        "Shortcut: Alt-Shift-Click thumbnail in layers dialog."),
+        "Add the layer's alpha channel to the current selection"),
     GIMP_CHANNEL_OP_ADD, FALSE,
     GIMP_HELP_LAYER_ALPHA_SELECTION_ADD },
 
   { "layers-alpha-selection-subtract", GIMP_STOCK_SELECTION_SUBTRACT,
     NC_("layers-action", "_Subtract from Selection"), NULL,
     NC_("layers-action",
-        "Subtract the layer's alpha channel from the current selection.\n"
-        "Shortcut: Alt-Ctrl-Click thumbnail in layers dialog."),
+        "Subtract the layer's alpha channel from the current selection"),
     GIMP_CHANNEL_OP_SUBTRACT, FALSE,
     GIMP_HELP_LAYER_ALPHA_SELECTION_SUBTRACT },
 
   { "layers-alpha-selection-intersect", GIMP_STOCK_SELECTION_INTERSECT,
     NC_("layers-action", "_Intersect with Selection"), NULL,
     NC_("layers-action",
-        "Intersect the layer's alpha channel with the current selection.\n"
-        "Shortcut: Alt-Shift-Ctrl-Click thumbnail in layers dialog."),
+        "Intersect the layer's alpha channel with the current selection"),
     GIMP_CHANNEL_OP_INTERSECT, FALSE,
     GIMP_HELP_LAYER_ALPHA_SELECTION_INTERSECT }
 };



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