diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-07 00:04:13 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-12-09 15:07:21 +0800 |
commit | ee88c32cb70898dfb99df1dfe455cdf240a8df98 (patch) | |
tree | adf617c19f02db2eec6cfc5d73ec8dd7e89b9065 | |
parent | ac8c9be65f62915b8d4e140b90094fa39aae20cc (diff) | |
download | gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar.gz gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar.bz2 gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar.lz gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar.xz gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.tar.zst gsoc2013-epiphany-ee88c32cb70898dfb99df1dfe455cdf240a8df98.zip |
resources: tidy up application menu order
Copy the sort order of other GNOME3 applications.
https://bugzilla.gnome.org/show_bug.cgi?id=678962
-rw-r--r-- | src/resources/epiphany-application-menu.ui | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui index 87d3d8b57..ab0202b30 100644 --- a/src/resources/epiphany-application-menu.ui +++ b/src/resources/epiphany-application-menu.ui @@ -22,23 +22,21 @@ </section> <section> <item> - <attribute name="label" translatable="yes">Preferences</attribute> - <attribute name="action">app.preferences</attribute> - <attribute name="accel"><Primary>e</attribute> - </item> - <item> <attribute name="label" translatable="yes">Personal Data</attribute> <attribute name="action">app.pdm</attribute> <attribute name="accel"><Primary>m</attribute> </item> + <item> + <attribute name="label" translatable="yes">Preferences</attribute> + <attribute name="action">app.preferences</attribute> + <attribute name="accel"><Primary>e</attribute> + </item> </section> <section> <item> <attribute name="label" translatable="yes">_About</attribute> <attribute name="action">app.about</attribute> </item> - </section> - <section> <item> <attribute name="label" translatable="yes">_Quit</attribute> <attribute name="action">app.quit</attribute> |