[bijiben] app menu: standardize Help/About/Quit
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] app menu: standardize Help/About/Quit
- Date: Mon, 16 Dec 2013 23:37:11 +0000 (UTC)
commit 177b72a86073b0dd6f79c01e8a34164502f86ad2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Dec 17 00:12:47 2013 +0100
app menu: standardize Help/About/Quit
Use Help/About/Quit instead of About Notes/Help/Quit
https://wiki.gnome.org/Design/HIG/ApplicationMenus
https://bugzilla.gnome.org/show_bug.cgi?id=720135
src/resources/app-menu.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/app-menu.ui b/src/resources/app-menu.ui
index 2d12aad..e904db9 100644
--- a/src/resources/app-menu.ui
+++ b/src/resources/app-menu.ui
@@ -23,14 +23,14 @@
</section>
<section>
<item>
- <attribute name="label" translatable="yes">_About Notes</attribute>
- <attribute name="action">app.about</attribute>
- </item>
- <item>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="action">app.help</attribute>
</item>
<item>
+ <attribute name="label" translatable="yes">_About</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ <item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel"><Primary>q</attribute>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]