diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 15:51:28 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 15:51:28 -0800 |
| commit | a5d1487a396a3da2b6551f5ea60b4d182d2730d3 (patch) | |
| tree | da75f1bee2914eaf50b822732f64aba7b1a74fec /localization | |
| parent | 9ed8e94a2316d525f3aadd9c6f12c4bebdb2a1a5 (diff) | |
| download | rc-inbox-settings-a5d1487a396a3da2b6551f5ea60b4d182d2730d3.tar.gz | |
add settings saved message
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 118dbc4..e92e1d0 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -6,6 +6,7 @@ $labels['encrypt_inbox'] = 'Encrypt incoming mail to my inbox'; $labels['forwarding'] = 'Forwarding'; $labels['fwd_addr'] = 'Forward mail to this address'; $labels['inbox_keys'] = 'Encryption Keys'; +$labels['settings_saved'] = 'Inbox settings saved'; $labels['no_query'] = 'One or more database queries are not yet configured'; $labels['no_db'] = 'Failed to connect to the database'; $labels['sql_error'] = 'Encountered an error while performing the operation; please check your SQL syntax and database DSN'; |
