[gnome-builder] project-tree: Clarify "Reveal in Project" label



commit b1b71fcba440a8b713e68eea554884aaf566531c
Author: vanadiae <vanadiae35 gmail com>
Date:   Tue Dec 29 22:31:43 2020 +0100

    project-tree: Clarify "Reveal in Project" label
    
    Currently it is unclear where this "Project" leaves in the UI, and hence
    what this menu item will do. In fact, this item selects the currently
    shown file in the project tree, located on the left sidebar.
    
    So this commit clarifies this label text, by simply specifying it's the
    "Project Tree", which is clearer.

 src/plugins/project-tree/gtk/menus.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/project-tree/gtk/menus.ui b/src/plugins/project-tree/gtk/menus.ui
index 45c504c8e..893f80abb 100644
--- a/src/plugins/project-tree/gtk/menus.ui
+++ b/src/plugins/project-tree/gtk/menus.ui
@@ -91,7 +91,7 @@
       <attribute name="before">editor-document-save-section</attribute>
       <item>
         <attribute name="id">project-tree-reveal</attribute>
-        <attribute name="label" translatable="yes">Reveal in Project</attribute>
+        <attribute name="label" translatable="yes">Reveal in Project Tree</attribute>
         <attribute name="action">project-tree.reveal</attribute>
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
@@ -100,7 +100,7 @@
   <menu id="ide-source-view-popup-menu">
     <section id="ide-source-view-popup-menu-files-section">
       <item>
-        <attribute name="label" translatable="yes">Reveal in Project</attribute>
+        <attribute name="label" translatable="yes">Reveal in Project Tree</attribute>
         <attribute name="action">project-tree.reveal</attribute>
       </item>
     </section>


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