diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-03-01 11:26:59 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-03-01 11:26:59 +0100 |
commit | 198dc2c6b444671ec71deb10fbbaaced6e03dced (patch) | |
tree | 407efdea59b9d4eaf8852141272fc153f50f0846 /src/main/res/values/strings.xml | |
parent | 134c75ae01eee45882d17a4d2fc721f4ccf3ca80 (diff) |
let users confirm each member in a conference even if that contact is already trusted
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index a25c1a84..69609f88 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -599,4 +599,5 @@ <string name="this_field_is_required">This field is required</string> <string name="correct_message">Correct message</string> <string name="send_corrected_message">Send corrected message</string> + <string name="no_keys_just_confirm">You already trust this contact. By selecting \'done\' you are just confirming that %s is part of this conference.</string> </resources> |