[gimp/gimp-2-10] App gimptooleditor fix tooltip text



commit 4d847c9f0672c84781c5fe1654a490a208986036
Author: lillolollo <4179-lillolollo users noreply gitlab gnome org>
Date:   Thu Mar 19 14:25:52 2020 +0000

    App gimptooleditor fix tooltip text
    
    (cherry picked from commit 450ebd5e2bd029a8dc1a5f19665a26062be587f8)

 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 933f1f568c..1d8f18cd25 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]