[gnome-builder] Add mnemonics to all "New document" menu items



commit 8354234a2bc05b8b390b4f0f8e5e62ab02579490
Author: vanadiae <vanadiae35 gmail com>
Date:   Fri Jul 16 18:25:11 2021 +0200

    Add mnemonics to all "New document" menu items

 src/plugins/devhelp/gtk/menus.ui | 2 +-
 src/plugins/editor/gtk/menus.ui  | 4 ++--
 src/plugins/sysprof/gtk/menus.ui | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/devhelp/gtk/menus.ui b/src/plugins/devhelp/gtk/menus.ui
index 8467da226..46f53d56b 100644
--- a/src/plugins/devhelp/gtk/menus.ui
+++ b/src/plugins/devhelp/gtk/menus.ui
@@ -18,7 +18,7 @@
       <item>
         <attribute name="id">new-documentation-page</attribute>
         <attribute name="after">new-file</attribute>
-        <attribute name="label" translatable="yes">New Documentation Page</attribute>
+        <attribute name="label" translatable="yes">New _Documentation Page</attribute>
         <attribute name="action">win.new-devhelp-page</attribute>
       </item>
     </section>
diff --git a/src/plugins/editor/gtk/menus.ui b/src/plugins/editor/gtk/menus.ui
index ec02683d4..03e5e5350 100644
--- a/src/plugins/editor/gtk/menus.ui
+++ b/src/plugins/editor/gtk/menus.ui
@@ -99,7 +99,7 @@
       <attribute name="id">new-document-section</attribute>
       <item>
         <attribute name="id">new-file</attribute>
-        <attribute name="label" translatable="yes">New File</attribute>
+        <attribute name="label" translatable="yes">New _File</attribute>
         <attribute name="action">editor.new-file</attribute>
         <attribute name="accel">&lt;primary&gt;n</attribute>
       </item>
@@ -108,7 +108,7 @@
       <attribute name="id">open-document-section</attribute>
       <item>
         <attribute name="id">open-file</attribute>
-        <attribute name="label" translatable="yes">Open File…</attribute>
+        <attribute name="label" translatable="yes">_Open File…</attribute>
         <attribute name="action">workbench.open</attribute>
         <attribute name="accel">&lt;primary&gt;o</attribute>
       </item>
diff --git a/src/plugins/sysprof/gtk/menus.ui b/src/plugins/sysprof/gtk/menus.ui
index 82662ddd8..4d6abf21d 100644
--- a/src/plugins/sysprof/gtk/menus.ui
+++ b/src/plugins/sysprof/gtk/menus.ui
@@ -5,7 +5,7 @@
       <item>
         <attribute name="id">open-sysprof-capture</attribute>
         <attribute name="after">open-file</attribute>
-        <attribute name="label" translatable="yes" context="menu label">Open Sysprof Capture…</attribute>
+        <attribute name="label" translatable="yes" context="menu label">Open _Sysprof Capture…</attribute>
         <attribute name="action">profiler.open-profile</attribute>
       </item>
     </section>


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