geary/ui/app_menu.interface
Michael James Gratton 8f00a51b13 Replace Yorba links with GNOME links, remove donate menu, update dpkg blurb.
Thanks for all the fish, Yorba.

Bug 765656.
2016-05-05 07:49:27 -04:00

32 lines
1.3 KiB
Text

<interface>
<menu id='app-menu'>
<section>
<item>
<attribute name='label' translatable='yes'>A_ccounts</attribute>
<attribute name='action'>app.GearyAccounts</attribute>
<attribute name='accel'>&lt;Primary&gt;M</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>_Preferences</attribute>
<attribute name='action'>app.GearyPreferences</attribute>
<attribute name='accel'>&lt;Primary&gt;E</attribute>
</item>
</section>
<section>
<item>
<attribute name='label' translatable='yes'>_Help</attribute>
<attribute name='action'>app.GearyHelp</attribute>
<attribute name='accel'>F1</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>_About</attribute>
<attribute name='action'>app.GearyAbout</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>_Quit</attribute>
<attribute name='action'>app.GearyQuit</attribute>
<attribute name='accel'>&lt;Primary&gt;Q</attribute>
</item>
</section>
</menu>
</interface>