[gnome-builder] project-tree: Clarify source view Reveal in Project Tree wording



commit 1b2a2f249c055cac6c2657c6fa6017ef6de79772
Author: vanadiae <vanadiae35 gmail com>
Date:   Tue Jul 27 19:28:52 2021 +0200

    project-tree: Clarify source view Reveal in Project Tree wording
    
    Just add "[Reveal] File" to make it clear it's not the function at
    cursor/selection, but really the whole file. It's not so much of an
    issue for the frame header menu, as it's only file-wide (or page/frame
    -wide) items there, so there's less chance of having confusion.

 src/plugins/project-tree/gtk/menus.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/project-tree/gtk/menus.ui b/src/plugins/project-tree/gtk/menus.ui
index a18dd16e4..41f9a6705 100644
--- a/src/plugins/project-tree/gtk/menus.ui
+++ b/src/plugins/project-tree/gtk/menus.ui
@@ -93,7 +93,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 _Tree</attribute>
+        <attribute name="label" translatable="yes">Reveal File 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]