[gnome-builder] menus: add descriptions for various menu items



commit b2d02a68f74517fdac190fe1a9380e6bda6feba0
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 5 16:01:25 2022 -0700

    menus: add descriptions for various menu items

 src/libide/gui/gtk/menus.ui          | 7 +++----
 src/plugins/web-browser/gtk/menus.ui | 1 +
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libide/gui/gtk/menus.ui b/src/libide/gui/gtk/menus.ui
index d76ce0f68..4e646e6a6 100644
--- a/src/libide/gui/gtk/menus.ui
+++ b/src/libide/gui/gtk/menus.ui
@@ -36,29 +36,28 @@
         <attribute name="action">workspace.show-help-overlay</attribute>
         <attribute name="accel">&lt;primary&gt;question</attribute>
         <attribute name="verb-icon">preferences-desktop-keyboard-shortcuts-symbolic</attribute>
-        <attribute name="group" translatable="yes">Help</attribute>
       </item>
       <item>
         <attribute name="id">ide-primary-workspace-menu-help</attribute>
         <attribute name="label" translatable="yes">Help</attribute>
+        <attribute name="description" translatable="yes">Get help with using Builder</attribute>
         <attribute name="action">app.help</attribute>
         <attribute name="accel">F1</attribute>
-        <attribute name="group" translatable="yes">Help</attribute>
       </item>
       <item>
         <attribute name="id">ide-primary-workspace-menu-about</attribute>
         <attribute name="label" translatable="yes">About Builder</attribute>
         <attribute name="action">app.about</attribute>
         <attribute name="description" translatable="yes">Show information about Builder</attribute>
-        <attribute name="group" translatable="yes">Help</attribute>
       </item>
     </section>
     <section id="ide-primary-workspace-menu-quit-section">
       <attribute name="page" translatable="yes">Application</attribute>
-      <attribute name="group" translatable="yes">Application</attribute>
+      <attribute name="group" translatable="yes">General</attribute>
       <item>
         <attribute name="id">ide-primary-workspace-menu-quit</attribute>
         <attribute name="label" translatable="yes">_Quit</attribute>
+        <attribute name="description" translatable="yes">Quit without saving changes</attribute>
         <attribute name="action">app.quit</attribute>
         <attribute name="accel">&lt;control&gt;q</attribute>
       </item>
diff --git a/src/plugins/web-browser/gtk/menus.ui b/src/plugins/web-browser/gtk/menus.ui
index 4131551bc..a67a28d1a 100644
--- a/src/plugins/web-browser/gtk/menus.ui
+++ b/src/plugins/web-browser/gtk/menus.ui
@@ -6,6 +6,7 @@
         <attribute name="label" translatable="yes">New _Browser Page</attribute>
         <attribute name="action">workspace.web-browser.page.new</attribute>
         <attribute name="accel">&lt;ctrl&gt;&lt;shift&gt;b</attribute>
+        <attribute name="description" translatable="yes">Open a web browser in a new page</attribute>
       </item>
     </section>
   </menu>


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