diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
commit | 62e43d2c1a61d26f9a07419f7155a2881cb57332 (patch) | |
tree | fead3e68d123a335592ba48a7b319d747ac50825 /program/localization/en_US/labels.inc | |
parent | fca66b0ef41453397cc9f348f412dfd8643745f0 (diff) |
Complete implementation of #1484601: add link for saving sender to address book and reload message
Diffstat (limited to 'program/localization/en_US/labels.inc')
-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 6eae419a2..4dfdb637c 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -184,6 +184,7 @@ $labels['highest'] = 'Highest'; $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; +$labels['alwaysshow'] = 'Always show images from $sender'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; |