[gimp] app: more accurate labels for "Other" actions.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: more accurate labels for "Other" actions.
- Date: Wed, 15 Nov 2017 02:18:16 +0000 (UTC)
commit ffb923464ca5359eec0ee587c0075db1e6487a6d
Author: Jehan <jehan girinstud io>
Date: Wed Nov 15 03:13:23 2017 +0100
app: more accurate labels for "Other" actions.
Both view-rotate-other and view-zoom-other had for label "Othe_r...".
This is quite vague in particular when in out-of-menu contexts (i.e. the
action search).
app/actions/view-actions.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c
index 62e3d9b..206aa73 100644
--- a/app/actions/view-actions.c
+++ b/app/actions/view-actions.c
@@ -122,7 +122,7 @@ static const GimpActionEntry view_actions[] =
GIMP_HELP_VIEW_ZOOM_REVERT },
{ "view-rotate-other", NULL,
- NC_("view-action", "Othe_r..."), NULL,
+ NC_("view-action", "Othe_r rotation angle..."), NULL,
NC_("view-action", "Set a custom rotation angle"),
G_CALLBACK (view_rotate_other_cmd_callback),
GIMP_HELP_VIEW_ROTATE_OTHER },
@@ -448,7 +448,7 @@ static const GimpRadioActionEntry view_zoom_explicit_actions[] =
GIMP_HELP_VIEW_ZOOM_OUT },
{ "view-zoom-other", NULL,
- NC_("view-zoom-action", "Othe_r..."), NULL,
+ NC_("view-zoom-action", "Othe_r zoom factor..."), NULL,
NC_("view-zoom-action", "Set a custom zoom factor"),
0,
GIMP_HELP_VIEW_ZOOM_OTHER }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]