aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/values
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-19 00:45:53 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-19 00:45:53 +0100
commit88aa439ea71d49462616e20aa4042052d0290647 (patch)
treedeb9474fbf5997df1fbfc60efb8287a7e0ba76d3 /OpenPGP-Keychain/res/values
parent1bac2849b8ed8c5ab05e846c1e4b2e1aff5269aa (diff)
downloadopen-keychain-88aa439ea71d49462616e20aa4042052d0290647.tar.gz
open-keychain-88aa439ea71d49462616e20aa4042052d0290647.tar.bz2
open-keychain-88aa439ea71d49462616e20aa4042052d0290647.zip
fix qr code scanning, implement basic scanning of fingerprint only
Diffstat (limited to 'OpenPGP-Keychain/res/values')
-rw-r--r--OpenPGP-Keychain/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml
index 28741d90a..d5eff50a9 100644
--- a/OpenPGP-Keychain/res/values/strings.xml
+++ b/OpenPGP-Keychain/res/values/strings.xml
@@ -320,6 +320,7 @@
<string name="import_qr_code_start_with_one">Please start with QR Code with ID 1</string>
<string name="import_qr_code_wrong">QR Code malformed! Please try again!</string>
<string name="import_qr_code_finished">QR Code scanning finished!</string>
+ <string name="import_qr_code_too_short_fingerprint">Fingerprint contained in this QR Code is too short (&lt; 16 characters)</string>
<string name="import_qr_scan_button">Scan QR Code with \'Barcode Scanner\'</string>
<string name="import_nfc_text">To receive keys via NFC, the device needs to be unlocked.</string>
<string name="import_nfc_help_button">Help</string>