aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/muc_details_context.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-04-01 21:31:00 +0200
committerChristian Schneppe <christian@pix-art.de>2019-04-01 21:31:00 +0200
commitd3a8282bf6b3313450aa81b6eada2e07a9be870e (patch)
treeb2b902ae3c21a1b9df733842c5413e71492b5c71 /src/main/res/menu/muc_details_context.xml
parenta2c2b2e658617e14342f95b3d467900778c309cd (diff)
add ability to kick user from room and not just ban them
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/muc_details_context.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/res/menu/muc_details_context.xml b/src/main/res/menu/muc_details_context.xml
index c3d54e5c6..44522cf87 100644
--- a/src/main/res/menu/muc_details_context.xml
+++ b/src/main/res/menu/muc_details_context.xml
@@ -49,14 +49,14 @@
android:id="@+id/revoke_owner_privileges"
android:title="@string/remove_owner_privileges"
android:visible="false" />
- <item
- android:id="@+id/ban_from_conference"
- android:title="@string/ban_from_conference"
- android:visible="false" />
</menu>
</item>
<item
- android:id="@+id/remove_from_room"
- android:title="@string/remove_from_room"
+ android:id="@+id/kick_from_room"
+ android:title="@string/kick_from_room"
+ android:visible="false" />
+ <item
+ android:id="@+id/ban_from_room"
+ android:title="@string/ban_from_conference"
android:visible="false" />
</menu>