[gimp/gimp-2-10] app: differentiate tooltips of image/layer arbitrary-rotation actions
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: differentiate tooltips of image/layer arbitrary-rotation actions
- Date: Mon, 12 Aug 2019 14:32:37 +0000 (UTC)
commit 55c7841f15c05d18faf54ad6c261c4b4d2662e62
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.
(cherry picked from commit 9582cf7717817cc8cf116694ec958335cf396504)
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]