[gnome-documents] app menu: standardize Help/About/Quit
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] app menu: standardize Help/About/Quit
- Date: Tue, 10 Dec 2013 16:40:50 +0000 (UTC)
commit 1eb29d45f5556b26502059acc56e0e013da0bf4d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Dec 9 19:15:38 2013 -0600
app menu: standardize Help/About/Quit
Instead of About Documents/Help/Quit
https://wiki.gnome.org/Design/HIG/ApplicationMenus
https://bugzilla.gnome.org/show_bug.cgi?id=720164
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 d466443..085e19d 100644
--- a/src/resources/app-menu.ui
+++ b/src/resources/app-menu.ui
@@ -21,14 +21,14 @@
</section>
<section>
<item>
- <attribute name="action">app.about</attribute>
- <attribute name="label" translatable="yes">About Documents</attribute>
- </item>
- <item>
<attribute name="action">app.help</attribute>
<attribute name="label" translatable="yes">Help</attribute>
</item>
<item>
+ <attribute name="action">app.about</attribute>
+ <attribute name="label" translatable="yes">About</attribute>
+ </item>
+ <item>
<attribute name="action">app.quit</attribute>
<attribute name="label" translatable="yes">Quit</attribute>
</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]