diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-08 00:23:26 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-08 00:23:26 +0100 |
commit | 061de5205e198eac51cf54af5fd9b2e4faebe4d2 (patch) | |
tree | 212209090a386d846a2b257d313b946cc58c263a /src/main/res | |
parent | cff9a937f26960bf8f851ea469ec991aa36d4a5a (diff) |
some clean ups for affiliation change context menu
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/muc_details_context.xml | 4 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/main/res/menu/muc_details_context.xml b/src/main/res/menu/muc_details_context.xml index ad9f174a..dc0f5d3e 100644 --- a/src/main/res/menu/muc_details_context.xml +++ b/src/main/res/menu/muc_details_context.xml @@ -22,6 +22,10 @@ android:title="@string/remove_membership" android:visible="false"/> <item + android:id="@+id/ban_from_conference" + android:title="@string/ban_from_conference" + android:visible="false" /> + <item android:id="@+id/remove_from_room" android:title="@string/remove_from_room" android:visible="false"/> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index c8e84d75..651fa234 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -412,12 +412,12 @@ <string name="member">Member</string> <string name="advanced_mode">Advanced mode</string> <string name="grant_membership">Grant membership</string> - <string name="remove_membership">Remove membership</string> + <string name="remove_membership">Revoke membership</string> <string name="grant_admin_privileges">Grant admin privileges</string> - <string name="remove_admin_privileges">Remove admin privileges</string> - <string name="remove_from_room">Remove from room</string> + <string name="remove_admin_privileges">Revoke admin privileges</string> + <string name="remove_from_room">Remove from conference</string> <string name="could_not_change_affiliation">Could not change affiliation</string> - <string name="ban_user_from_conference">Ban user from conference</string> + <string name="ban_from_conference">Ban from conference</string> <string name="removing_from_public_conference">You are trying to remove %s from a public conference. The only way to do that is to ban that user for ever.</string> <string name="ban_now">Ban now</string> </resources> |