aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 180538764..baa257fa6 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -245,11 +245,11 @@
</plurals>
<string name="key_send_success">Successfully uploaded key to server</string>
- <string name="key_sign_success">Successfully certified key</string>
+ <string name="key_certify_success">Successfully certified key</string>
<string name="list_empty">This list is empty!</string>
- <string name="nfc_successfull">Successfully sent key with NFC Beam!</string>
+ <string name="nfc_successful">Successfully sent key with NFC Beam!</string>
<string name="key_copied_to_clipboard">Key has been copied to the clipboard!</string>
- <string name="key_has_already_been_signed">Key has already been certified!</string>
+ <string name="key_has_already_been_certified">Key has already been certified!</string>
<string name="select_key_to_sign">Please select a key to be used for signing!</string>
<string name="key_too_big_for_sharing">Key is too big to be shared this way!</string>
@@ -279,8 +279,8 @@
<string name="error_expiry_must_come_after_creation">expiry date must come after creation date</string>
<!-- errors without preceeding Error: -->
- <string name="error_only_files_are_supported">Direct binary data without actual file in filesystem is not supported. This is only supported by ACTION_ENCRYPT_STREAM_AND_RETURN.</string>
- <string name="error_jelly_bean_needed">You need Android 4.1 alias Jelly Bean to use Androids NFC Beam feature!</string>
+ <string name="error_only_files_are_supported">Direct binary data without actual file in filesystem is not supported.</string>
+ <string name="error_jelly_bean_needed">You need Android 4.1 to use Android's NFC Beam feature!</string>
<string name="error_nfc_needed">NFC is not available on your device!</string>
<string name="error_nothing_import">Nothing to import!</string>
<string name="error_keyserver_insufficient_query">Insufficient server query</string>
@@ -472,7 +472,7 @@
<string name="section_signer_id">Signer</string>
<string name="section_cert">Certificate Details</string>
<string name="label_user_id">User ID</string>
- <string name="unknown_uid"><![CDATA[<unknown>]]></string>
+ <string name="unknown_uid">&lt;unknown&gt;</string>
<string name="empty_certs">No certificates for this key</string>
<string name="section_uids_to_sign">User IDs to sign</string>
<string name="cert_default">default</string>