diff options
author | thomascube <thomas@roundcube.net> | 2008-09-12 12:27:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-12 12:27:46 +0000 |
commit | 203ee44470707bfe3af16f4ff4146896fa94e140 (patch) | |
tree | 83f7fe32ae13796aa4eeaa66d35dc055469458dd /program/localization/en_US | |
parent | e5686f4a011ea0110bf49ae1d56aa749c75ffc76 (diff) |
Add link to open message in new window + tweaked some header styles
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 6b503ff4c..7e538c2ed 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -160,6 +160,7 @@ $labels['unlimited'] = 'unlimited'; $labels['quicksearch'] = 'Quick search'; $labels['resetsearch'] = 'Reset search'; +$labels['openinextwin'] = 'Open in new window'; // message compose $labels['compose'] = 'Compose a message'; |