blob: 3cdd64051ca72020abe5cd37e95801eb4d603a84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<interface domain="shotwell">
<menu id="SearchContextMenu">
<section>
<item>
<attribute name="label" translatable="yes">Re_name…</attribute>
<attribute name="action">win.RenameSearch</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Edit…</attribute>
<attribute name="action">win.EditSearch</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Delete</attribute>
<attribute name="action">win.DeleteSearch</attribute>
</item>
</section>
</menu>
</interface>
|