diff options
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 1903d19..08e0df3 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -16,7 +16,8 @@ $labels['key_delete'] = 'Delete Key'; $labels['no_keys'] = 'There are no encryption keys associated with your account yet'; $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; -$labels['paste_key_data'] = 'Paste ASCII-armored GPG public key(s) here. Please do not upload private keys.'; +$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['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?'; $labels['deleting_key'] = 'Removing encryption key...'; $labels['keys_deleted'] = 'Encryption key(s) removed' |
