diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 21:33:34 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 21:33:34 -0800 |
| commit | f21b2d31596ab6eab0b9acbf181e95cafd795422 (patch) | |
| tree | f43e13cb9a689a211945b9303a91c57c3bbac0e4 /localization/en_US.inc | |
| parent | eb5b7cd2b30567381caab3d50378d0de4ce28abd (diff) | |
| download | rc-inbox-settings-f21b2d31596ab6eab0b9acbf181e95cafd795422.tar.gz | |
progress & cleanup
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 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' ?> |
