From d3a8282bf6b3313450aa81b6eada2e07a9be870e Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 1 Apr 2019 21:31:00 +0200 Subject: add ability to kick user from room and not just ban them --- src/main/res/menu/muc_details_context.xml | 12 ++++++------ src/main/res/values/strings.xml | 9 +++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'src/main/res') 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" /> - + diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 477c74ddc..90bcb50b7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -365,11 +365,16 @@ Revoke member privileges Grant admin privileges Revoke admin privileges - Remove from group chat + Kick from group chat Could not change affiliation of %s Ban from group chat - You are trying to remove %s from a public channel. The only way to do that is to ban that user for ever. + Kick from group chat + You are trying to ban %s for ever from a public channel. + You are trying to ban %s for ever from a group chat + You are trying to kick %s from a public channel. + You are trying to kick %s from a group chat. Ban now + Kick now Make Jabber IDs visible to anyone Make channel moderated You are not participating -- cgit v1.2.3