podcasts/podcasts-gtk/resources/gtk/secondary_menu.ui
2018-08-10 05:23:15 +00:00

21 lines
661 B
XML

<?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<menu id="menu">
<section>
<item>
<attribute name="label" translatable="yes">_Mark All Episodes as Played</attribute>
<!-- <attribute name="action">win.refresh</attribute> -->
</item>
<item>
<attribute name="label" translatable="yes">_Website</attribute>
<!-- <attribute name="action">win.import</attribute> -->
</item>
<item>
<attribute name="label" translatable="yes">_Unsubscribe</attribute>
<!-- <attribute name="action">win.export</attribute> -->
</item>
</section>
</menu>
</interface>