[gimp] App gimptooleditor fix tooltip text
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] App gimptooleditor fix tooltip text
- Date: Thu, 19 Mar 2020 15:50:18 +0000 (UTC)
commit 450ebd5e2bd029a8dc1a5f19665a26062be587f8
Author: lillolollo <4179-lillolollo users noreply gitlab gnome org>
Date: Thu Mar 19 14:25:52 2020 +0000
App gimptooleditor fix tooltip text
app/widgets/gimptooleditor.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/widgets/gimptooleditor.c b/app/widgets/gimptooleditor.c
index 2c20050baf..8a0d524b6a 100644
--- a/app/widgets/gimptooleditor.c
+++ b/app/widgets/gimptooleditor.c
@@ -247,23 +247,23 @@ gimp_tool_editor_constructed (GObject *object)
tool_editor->priv->raise_button =
gimp_editor_add_button (GIMP_EDITOR (tool_editor), GIMP_ICON_GO_UP,
- _("Raise this tool"),
- _("Raise this tool to the top"),
+ _("Raise this item"),
+ _("Raise this item to the top"),
G_CALLBACK (gimp_tool_editor_raise_clicked),
G_CALLBACK (gimp_tool_editor_raise_extend_clicked),
tool_editor);
tool_editor->priv->lower_button =
gimp_editor_add_button (GIMP_EDITOR (tool_editor), GIMP_ICON_GO_DOWN,
- _("Lower this tool"),
- _("Lower this tool to the bottom"),
+ _("Lower this item"),
+ _("Lower this item to the bottom"),
G_CALLBACK (gimp_tool_editor_lower_clicked),
G_CALLBACK (gimp_tool_editor_lower_extend_clicked),
tool_editor);
tool_editor->priv->delete_button =
gimp_editor_add_button (GIMP_EDITOR (tool_editor), GIMP_ICON_EDIT_DELETE,
- _("Delete this tool"), NULL,
+ _("Delete this tool group"), NULL,
G_CALLBACK (gimp_tool_editor_delete_clicked),
NULL,
tool_editor);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]