diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-30 23:03:30 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-30 23:03:30 +0100 |
commit | b97952e9192d155330c5833b65f633a5cce10b38 (patch) | |
tree | fa77323290fecdb5983a10eb34190c6ac2b6853f /src/main/res/values | |
parent | 2f0f108908169356b4db1855c8942f3afd5cbd0e (diff) |
added missing strings
Diffstat (limited to 'src/main/res/values')
-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 7a1110b8f..2ee3f372a 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -723,4 +723,5 @@ <string name="pref_blind_trust_before_verification_summary">Automatically trust all new devices from contacts that haven\'t been verified before.</string> <string name="not_trusted">Untrusted</string> <string name="invalid_barcode">Invalid barcode</string> + <string name="verify_with_qr_code">verify fingerprint with barcode</string> </resources> |