check fingerprint length after scanning qr code

Fixes #1281
This commit is contained in:
Vincent Breitmoser
2015-05-17 10:36:14 +02:00
parent b430ba51eb
commit 4885361cd2
3 changed files with 29 additions and 15 deletions

View File

@@ -408,7 +408,8 @@
<string name="import_tab_qr_code">"QR Code/NFC"</string>
<string name="import_import">"Import selected keys"</string>
<string name="import_qr_code_wrong">"QR Code malformed! Please try again!"</string>
<string name="import_qr_code_too_short_fingerprint">"Fingerprint is too short (&lt; 16 characters)"</string>
<string name="import_qr_code_fp">"Fingerprint is malformed or too short!"</string>
<string name="import_qr_code_too_short_fingerprint">"Fingerprint is too short!"</string>
<string name="import_qr_code_button">"Scan QR Code"</string>
<string name="import_qr_code_text">"Place your camera over the QR Code!"</string>