[gnome-builder] menus: add descriptions for various menu items
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] menus: add descriptions for various menu items
- Date: Wed, 5 Oct 2022 23:01:59 +0000 (UTC)
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"><primary>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"><control>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"><ctrl><shift>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]