diff options
author | alecpl <alec@alec.pl> | 2008-05-19 08:09:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-19 08:09:38 +0000 |
commit | 3044ae271e492412398ca4bd395329012dc14fe7 (patch) | |
tree | 8613a3fcf1c73ea630b81bd243d5de8667fbc460 /program/localization/en_US | |
parent | 1931cab4be346a0679052c9f0ab2dba241dd9915 (diff) |
-added flag_for_deletion in user prefs
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 94f1521b4..e917caa8f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -260,6 +260,7 @@ $labels['askuser'] = 'ask the user'; $labels['autosend'] = 'send automatically'; $labels['ignore'] = 'ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; +$labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; |