blob: 0b3d15e1be3e33d96d71a4ef7ddfed5de9268153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<interface>
<menu id="menu">
<section>
<item>
<attribute name="label" translatable="yes">_Words</attribute>
<attribute name="action">win.show-words</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Lines</attribute>
<attribute name="action">win.show-lines</attribute>
</item>
</section>
</menu>
</interface>
|