diff options
author | thomascube <thomas@roundcube.net> | 2005-09-25 16:53:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-25 16:53:38 +0000 |
commit | 20a1b3a0e1a46266b149a23562bb71680e666edb (patch) | |
tree | 5d9b365504637a59020d45f26aab4c357c549077 /program/localization/en | |
parent | 4e17e6c9dbac8991ee8b302cb2581241247dc8bc (diff) |
*** empty log message ***
Diffstat (limited to 'program/localization/en')
-rw-r--r-- | program/localization/en/labels.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 7dd0fc1df..4b424136e 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -90,7 +90,7 @@ $labels['today'] = 'Today'; // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; -$labels['forwardmessage'] = 'Forwad the message'; +$labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; $labels['previousmessages'] = 'Show previous set of messages'; @@ -107,6 +107,7 @@ $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; +$labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; $labels['close'] = 'Close'; |