diff options
author | svncommit <devs@roundcube.net> | 2006-09-27 05:24:35 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-27 05:24:35 +0000 |
commit | 0dff24f4eee5850ffd05f01a2811ae87033f7907 (patch) | |
tree | 80f28f8010be7c49bb2303763f69056ca4ade7cd /program/localization | |
parent | 6b1fc027cb8a7b7581747e939f2cfbb387c09aba (diff) |
added labels for editor toggles
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 395ecab6b..b27c17940 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -145,6 +145,9 @@ $labels['highest'] = 'Highest'; $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; +$labels['htmltoggle'] = 'HTML'; +$labels['plaintoggle'] = 'Plain text'; + // address boook $labels['name'] = 'Display name'; |