diff options
| author | Carson Fleming <[email protected]> | 2025-01-01 22:31:52 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-01 22:31:52 -0800 |
| commit | 1a93a383eab4c161a67a32e9dc715f6ee6106699 (patch) | |
| tree | da5eff266be98cfd11515869ba603229d99450cc /localization/en_US.inc | |
| parent | dabf5e030c5a894ce7a1b02a35547e9d2abef93a (diff) | |
| download | rc-inbox-settings-1a93a383eab4c161a67a32e9dc715f6ee6106699.tar.gz | |
assume everything is a key of some kind
Diffstat (limited to 'localization/en_US.inc')
| -rw-r--r-- | localization/en_US.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 1aec5fa..3e042f1 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -18,7 +18,8 @@ $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; $labels['comment_placeholder'] = 'A comment to remember this key by'; $labels['paste_key_data'] = 'Paste ASCII-armored PGP public key(s) here. Please do not upload private keys.'; -$labels['invalid_pgp_data'] = 'Imported key contains invalid PGP data'; +$labels['invalid_pgp_data'] = 'Imported blob does not contain valid PGP data, or contains private keys'; +$labels['no_key_data'] = 'Imported blob does not contain any PGP public keys'; $labels['keys_imported'] = 'Encryption key(s) added'; $labels['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?'; $labels['deleting_key'] = 'Removing encryption key...'; |
