diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-30 23:05:46 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-30 23:05:46 +0100 |
commit | 28e3c4ea97db74ce70771c32f9ab1880c21c49cc (patch) | |
tree | 06b2c745344569bd715d85a06620d99569207d93 /src | |
parent | b97952e9192d155330c5833b65f633a5cce10b38 (diff) |
shorten a string
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/values-de/strings.xml | 2 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index 8bf2947f8..d00eeecd7 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -678,6 +678,6 @@ <string name="use_camera_icon_to_scan_barcode">Nutze Kamera, um Barcodes deiner Kontakte zu scannen</string> <string name="verified_fingerprints">Überprüfte Fingerabdrücke</string> <string name="invalid_barcode">Barcode ungültig</string> - <string name="verify_with_qr_code">Fingerabdruck mit Barcode verifizieren</string> + <string name="verify_with_qr_code">mit Barcode verifizieren</string> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 2ee3f372a..d7e1e93a7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -723,5 +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> + <string name="verify_with_qr_code">verify with barcode</string> </resources> |