diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-07 20:29:40 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-07 20:29:40 +0200 |
commit | 0460702710fd46cac0850224f34a275ceb8e2c1f (patch) | |
tree | 561776fae8ca69b81adb3c630fdd52178e2d5018 /src/main/res/values/strings.xml | |
parent | 290f0a123e117ce8e31ef3f9a2d1e896fb4c1ab9 (diff) |
check file owner when attaching files or using them as avatar
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 082c10b9..e991d051 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -609,4 +609,5 @@ <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> <string name="select_image_and_crop">Select image and crop</string> <string name="this_account_is_disabled">You have disabled this account</string> + <string name="security_error_invalid_file_access">Security error: Invalid file access</string> </resources> |