diff options
Diffstat (limited to 'localization')
| -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 7acf909..118dbc4 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -12,9 +12,10 @@ $labels['sql_error'] = 'Encountered an error while performing the operation; ple $labels['keygen'] = 'Generate Key'; $labels['key_import'] = 'Import Key'; $labels['key_delete'] = 'Delete Key'; -$labels['no_keys'] = 'There are no encryption keys associated with your account yet.'; +$labels['no_keys'] = 'There are no encryption keys associated with your account yet'; $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; $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' ?> |
