[gimp] app: differentiate tooltips of image/layer arbitrary-rotation actions



commit 9582cf7717817cc8cf116694ec958335cf396504
Author: Ell <ell_se yahoo com>
Date:   Mon Aug 12 17:27:22 2019 +0300

    app: differentiate tooltips of image/layer arbitrary-rotation actions
    
    Change the tooltips of the "Image/Layer -> Transform -> Arbitrary
    Rotation..." to make the two actions distinguishable in the action
    search dialog, similarly to the other image/layer transform
    actions.

 app/actions/tools-actions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/tools-actions.c b/app/actions/tools-actions.c
index 4758dcb6f2..dab98a48eb 100644
--- a/app/actions/tools-actions.c
+++ b/app/actions/tools-actions.c
@@ -61,13 +61,13 @@ static const GimpStringActionEntry tools_alternative_actions[] =
 
   { "tools-rotate-arbitrary", GIMP_ICON_TOOL_ROTATE,
     NC_("tools-action", "_Arbitrary Rotation..."), "",
-    NC_("tools-action", "Rotate by an arbitrary angle"),
+    NC_("tools-action", "Rotate drawable by an arbitrary angle"),
     "gimp-rotate-layer",
     GIMP_HELP_TOOL_ROTATE },
 
   { "tools-rotate-image-arbitrary", GIMP_ICON_TOOL_ROTATE,
     NC_("tools-action", "_Arbitrary Rotation..."), "",
-    NC_("tools-action", "Rotate by an arbitrary angle"),
+    NC_("tools-action", "Rotate image by an arbitrary angle"),
     "gimp-rotate-image",
     GIMP_HELP_TOOL_ROTATE }
 };


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