blob: b810c289a132ff2abc7f2a1f3ceca8413450f73e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="shotwell">
<menu id='popup-menu'>
<section>
<item>
<attribute name="label" translatable="yes">New _Tag…</attribute>
<attribute name="action">sidebar.tag.new</attribute>
</item>
</section>
</menu>
</interface>
|