[gnome-text-editor] menus: tweak menu sections
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] menus: tweak menu sections
- Date: Tue, 30 Nov 2021 06:02:52 +0000 (UTC)
commit 6b649ccc3754b3290b3f2592890f703b727f1108
Author: Christian Hergert <chergert redhat com>
Date: Mon Nov 29 21:48:31 2021 -0800
menus: tweak menu sections
Fixes #231
src/menus.ui | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index 417ae8c..c22d8e7 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -31,29 +31,21 @@
<attribute name="action">page.save-as</attribute>
<attribute name="accel"><control><shift>s</attribute>
</item>
- </section>
- <section>
- <item>
- <attribute name="id">copy-all</attribute>
- <attribute name="label" translatable="yes">_Copy All</attribute>
- <attribute name="action">page.copy-all</attribute>
- <attribute name="accel"><control><shift>c</attribute>
- </item>
<item>
<attribute name="id">discard-changes</attribute>
<attribute name="label" translatable="yes">_Discard Changes</attribute>
<attribute name="action">page.discard-changes</attribute>
</item>
+ </section>
+ <section>
<item>
<attribute name="label" translatable="yes">_Find/Replace…</attribute>
<attribute name="action">page.begin-search</attribute>
<attribute name="accel"><control>f</attribute>
</item>
- </section>
- <section>
<item>
<attribute name="id">print</attribute>
- <attribute name="label" translatable="yes">_Print…</attribute>
+ <attribute name="label" translatable="yes">_Print</attribute>
<attribute name="action">page.print</attribute>
<attribute name="accel"><control>p</attribute>
</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]