diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-12-03 13:19:56 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-12-03 13:19:56 +0100 |
commit | 6e289b873865b01aa59afa497581b3217700be7f (patch) | |
tree | f54153a41a39e00227fa4c2ad4ce78d597569862 /src/main/res/values | |
parent | 599f7dad2c994e91a2a42def38c02785e099830d (diff) |
show warning dialog beforing verifying keys via a link
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 638b6bd6..51a7a3dc 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -720,4 +720,7 @@ <string name="pref_clean_cache">Clean cache</string> <string name="pref_clean_private_storage">Clean private storage</string> <string name="pref_clean_private_storage_summary">Clean private storage where files are kept (They can be re-downloaded from the server)</string> + <string name="i_followed_this_link_from_a_trusted_source">I followed this link from a trusted source</string> + <string name="verifying_omemo_keys_trusted_source">You are about to verify the OMEMO keys form %1$s after clicking a link. This is only secure if you followed this link from a trusted source where only %2$s could have published this link.</string> + <string name="verify_omemo_keys">Verify OMEMO keys</string> </resources> |