[gnome-builder] editor: Clarify Frame's menu section Close item text



commit dbc840869ec6e27d2ee40b122801759b48cbb54b
Author: vanadiae <vanadiae35 gmail com>
Date:   Fri Jan 1 22:06:12 2021 +0100

    editor: Clarify Frame's menu section Close item text
    
    Currently the Close item in a frame header's menu is under a "Frame"
    menu section.
    
    But it isn't clear whether this item will close just the page, keeping
    the frame opened if there's still some pages in it, or whether it'll
    close all the pages in the frame and the frame itself.
    
    Since this button is intended to close the whole frame, then clarify the
    item's text accordingly.

 src/plugins/editor/gtk/menus.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/editor/gtk/menus.ui b/src/plugins/editor/gtk/menus.ui
index b3de447e4..0ff338868 100644
--- a/src/plugins/editor/gtk/menus.ui
+++ b/src/plugins/editor/gtk/menus.ui
@@ -128,7 +128,7 @@
       </item>
       <item>
         <attribute name="action">frame.close-stack</attribute>
-        <attribute name="label" translatable="yes">Close</attribute>
+        <attribute name="label" translatable="yes">Close Frame</attribute>
       </item>
     </section>
   </menu>


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