[gimp] Bug 563966 - Edit - Copy _Visible Named tooltip can be improved



commit 907971bab371d6da95a457c22971abb36f446053
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jun 11 13:41:05 2009 +0200

    Bug 563966 - Edit - Copy _Visible Named tooltip can be improved
    
    Mention "what is visible" in the tooltip for edit-named-copy-visible.
---
 app/actions/edit-actions.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/app/actions/edit-actions.c b/app/actions/edit-actions.c
index 2e32560..db6b725 100644
--- a/app/actions/edit-actions.c
+++ b/app/actions/edit-actions.c
@@ -169,7 +169,8 @@ static const GimpActionEntry edit_actions[] =
 
   { "edit-named-copy-visible", NULL, /* GIMP_STOCK_COPY_VISIBLE, */
     NC_("edit-action", "Copy _Visible Named..."), "",
-    NC_("edit-action", "Copy the selected region to a named buffer"),
+    NC_("edit-action",
+        "Copy what is visible in the selected region to a named buffer"),
     G_CALLBACK (edit_named_copy_visible_cmd_callback),
     GIMP_HELP_BUFFER_COPY },
 



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