diff options
author | alecpl <alec@alec.pl> | 2008-06-14 18:09:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-14 18:09:53 +0000 |
commit | 166b615dbb67d403845b0dc4aed5ed56caf8b6de (patch) | |
tree | c7436f751430bed640ec71336cb4d064fc8fa254 /program/localization/en_US | |
parent | ed42ff12e76fd626d6348665cc28415fcc052715 (diff) |
- Added option to disable displaying of attached images below the message body
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 4dfdb637c..cf7c54cbc 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -263,7 +263,7 @@ $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['showinlineimages'] = 'Display attached images below the message'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; $labels['never'] = 'never'; |