[gnome-builder] plugins/find-other-file: add keybinding to tooltip



commit a401f0351659d6852a8d6cb327e9a0f7e85b6c42
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 12 22:07:56 2022 -0700

    plugins/find-other-file: add keybinding to tooltip

 src/plugins/find-other-file/gbp-find-other-file-workspace-addin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/find-other-file/gbp-find-other-file-workspace-addin.c 
b/src/plugins/find-other-file/gbp-find-other-file-workspace-addin.c
index 8d0c4d933..629a37b3b 100644
--- a/src/plugins/find-other-file/gbp-find-other-file-workspace-addin.c
+++ b/src/plugins/find-other-file/gbp-find-other-file-workspace-addin.c
@@ -205,7 +205,7 @@ gbp_find_other_file_workspace_addin_load (IdeWorkspaceAddin *addin,
                                     "direction", GTK_ARROW_UP,
                                     "child", box,
                                     "visible", FALSE,
-                                    "tooltip-text", _("Similar Files"),
+                                    "tooltip-text", _("Similar Files (Ctrl+Shift+O)"),
                                     NULL);
 
   statusbar = ide_workspace_get_statusbar (workspace);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]