diff options
author | alecpl <alec@alec.pl> | 2008-04-11 13:34:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-11 13:34:19 +0000 |
commit | eaa39477bd53130e68bfb26d63308cc9b6af9369 (patch) | |
tree | 84e278a4b3e813693dc6b9a92232434da0daca40 /program/localization/en_US | |
parent | cb6b51ee7647924403a81cf5b9443936f7c5a901 (diff) |
#1483863: empty trash and expunge inbox on logout
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 2e5f1bab2..ddd1a5f1f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -250,6 +250,8 @@ $labels['dstactive'] = 'Daylight saving time'; $labels['htmleditor'] = 'Compose HTML messages'; $labels['htmlsignature'] = 'HTML signature'; $labels['previewpane'] = 'Show preview pane'; +$labels['logoutclear'] = 'Clear Trash on logout'; +$labels['logoutcompact'] = 'Compact Inbox on logout'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; |