diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-06 13:34:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-06 13:34:19 +0200 |
commit | 16d5429f803dfa6e76110dd83e8f04377358f839 (patch) | |
tree | a3110212d42ff78018c95f8d02bbb7b799293d2a /res | |
parent | b788b84c31bc53feb659e1af4dcaad98396c2de7 (diff) |
muc options clean up
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 089a678b..58af226b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -262,8 +262,8 @@ <string name="pref_conference_name">Conference name</string> <string name="pref_conference_name_summary">Use room’s subject instead of JID to identify conferences</string> <string name="toast_message_otr_fingerprint">OTR fingerprint copied to clipboard!</string> - <string name="conference_banned">You were been banned from the conference room</string> - <string name="conference_members_only">The conference room is only for members</string> - <string name="conference_kicked">You were been kicked from the conference room</string> + <string name="conference_banned">You are banned from this conference</string> + <string name="conference_members_only">This conference is members only</string> + <string name="conference_kicked">You have been kicked from this conference</string> </resources> |