diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-11 01:01:33 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-11 01:01:33 +0100 |
commit | 0aa50cb5a1f72e65d5b4a01aa4da3f1454d51a51 (patch) | |
tree | 028ec123a23b3480466ee0310f79b79bb55a11c6 /src/main/res/values | |
parent | e34bc920e46de2849a36698eb65b32c422b171e0 (diff) |
shortened some string
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 31f4dbea..e7b7d8bf 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -421,8 +421,8 @@ <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> <string name="could_not_change_role">Could not change role of %s</string> - <string name="public_conference">This is a publicly accessible conference</string> - <string name="private_conference">This is a private, members only conference</string> + <string name="public_conference">Publicly accessible conference</string> + <string name="private_conference">Private, members only conference</string> <string name="conference_options">Conference options</string> <string name="members_only">Private (Members only)</string> <string name="non_anonymous">Non-anonymous</string> |