blob: c984e081e4e7a0a1458b82319a565fd32ba023e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="menu_add">
<section>
<item>
<attribute name="action">app.add_chat</attribute>
<attribute name="label" translatable="yes">Start Conversation</attribute>
</item>
<item>
<attribute name="action">app.add_conference</attribute>
<attribute name="label" translatable="yes">Join Channel</attribute>
</item>
</section>
</menu>
</interface>
|