diff options
author | thomascube <thomas@roundcube.net> | 2007-09-26 08:13:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-26 08:13:21 +0000 |
commit | 7984ece2935cf7e2dc5185ad92f6991ee947a92a (patch) | |
tree | 15379e18080a631cd944fb2e4321d4ac68a7848e /program/localization/en_US/labels.inc | |
parent | c7b7269543d52f1cede5a910961e21a710c6242b (diff) |
Improve message compose screen
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c4b71416c..4c5e80a97 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -156,6 +156,10 @@ $labels['showimages'] = 'Display images'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; +$labels['addcc'] = 'Add Cc'; +$labels['addbcc'] = 'Add Bcc'; +$labels['addreplyto'] = 'Add Reply-To'; + // address boook $labels['name'] = 'Display name'; |