Hamburger: Update to reflect the latest HIG changes

Preferences are now grouped with the application actions.
The About label was renamed to "About Podcasts".

https://mail.gnome.org/archives/desktop-devel-list/2018-September/msg00015.html
This commit is contained in:
Jordan Petridis 2018-09-22 19:55:35 +03:00
parent 9ea1e16ac8
commit 5050dda4d2
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -23,8 +23,6 @@
<attribute name="action">win.preferences</attribute> <attribute name="action">win.preferences</attribute>
<attribute name="accel">&lt;primary&gt;e</attribute> <attribute name="accel">&lt;primary&gt;e</attribute>
</item> </item>
</section>
<section>
<item> <item>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute> <attribute name="action">win.show-help-overlay</attribute>
@ -34,7 +32,7 @@
<!-- <attribute name="action">win.help</attribute> --> <!-- <attribute name="action">win.help</attribute> -->
<!-- </item> --> <!-- </item> -->
<item> <item>
<attribute name="label" translatable="yes">_About</attribute> <attribute name="label" translatable="yes">_About Podcasts</attribute>
<attribute name="action">win.about</attribute> <attribute name="action">win.about</attribute>
</item> </item>
</section> </section>