diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-12-04 13:39:08 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-12-04 13:39:08 +0100 |
commit | 1e7b4030bba1cd0b6759c6c41a328fc231f3e0cc (patch) | |
tree | 2ef6d09646c07b3090d2d4f2cef0976d4abb2763 /src/main/res/values/strings.xml | |
parent | 1a89915b31162437d61f167959e3db55459c4f5a (diff) |
show jid monospaced in verify dialog
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 51a7a3dc..6f27a8b1 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -721,6 +721,6 @@ <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="verifying_omemo_keys_trusted_source">You are about to verify the OMEMO keys of %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> |