diff options
author | alecpl <alec@alec.pl> | 2011-11-10 11:16:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-10 11:16:32 +0000 |
commit | 46cdbf074e59a33fafc8a71406dbb9984a48bc95 (patch) | |
tree | 5ef0eb54016626d85b2138f8c4a72173eb7ac344 /program/localization/en_US | |
parent | d61756663c599121fb1042ffb8b4817d84bde10e (diff) |
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
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 5cf5acff1..77b31b6dd 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -225,6 +225,7 @@ $labels['highest'] = 'Highest'; $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; $labels['alwaysshow'] = 'Always show images from $sender'; +$labels['isdraft'] = 'This is a draft message.'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; |