[gimp] app: fix menu path for gradient tool s/Blen_d/Gra_dient/.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix menu path for gradient tool s/Blen_d/Gra_dient/.
- Date: Sat, 14 Apr 2018 02:12:29 +0000 (UTC)
commit c3f98cccbdb6a154ca6efea043e46c9c532a407c
Author: Jehan <jehan girinstud io>
Date: Sat Apr 14 04:09:29 2018 +0200
app: fix menu path for gradient tool s/Blen_d/Gra_dient/.
This one string was still using the old name, which appeared in menus or
in the shortcut list.
app/tools/gimpgradienttool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpgradienttool.c b/app/tools/gimpgradienttool.c
index e71a01c..3837591 100644
--- a/app/tools/gimpgradienttool.c
+++ b/app/tools/gimpgradienttool.c
@@ -155,7 +155,7 @@ gimp_gradient_tool_register (GimpToolRegisterCallback callback,
"gimp-gradient-tool",
_("Gradient"),
_("Gradient Tool: Fill selected area with a color gradient"),
- N_("Blen_d"), "L",
+ N_("Gra_dient"), "L",
NULL, GIMP_HELP_TOOL_GRADIENT,
GIMP_ICON_TOOL_GRADIENT,
data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]