diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-12-18 21:48:20 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-12-18 21:48:20 +0100 |
commit | c25a6520a0eed6635262a4124d1dbdc10a6972e4 (patch) | |
tree | c8d703fc82143bf331ef40c6d9d1c20376edd506 /src/main/res/values | |
parent | c5c02d306fdab8dc929d0c6cfd2fd186dfc70534 (diff) |
show jid monospaced in verify dialog
Diffstat (limited to 'src/main/res/values')
-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 416c9b84c..f09adc090 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -725,6 +725,6 @@ <string name="invalid_barcode">Invalid barcode</string> <string name="verify_with_qr_code">verify with barcode</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> |