diff options
author | svncommit <devs@roundcube.net> | 2006-02-21 23:01:03 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-02-21 23:01:03 +0000 |
commit | 66669797be1629e493ecf5995f0bdfd8a39e95df (patch) | |
tree | c55bbf7eb898fce1f5f28bee5ac73c2b286a69f2 /program/localization/en_US/labels.inc | |
parent | 13c1afbcbbc71c64f41eb7d764917bb4fea9893f (diff) |
fixed typo bug #1434950
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 16f9d9bd5..ba8c61323 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -91,7 +91,7 @@ $labels['today'] = 'Today'; // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; -$labels['replytoallmessage'] = 'Reply to sender an all recipients'; +$labels['replytoallmessage'] = 'Reply to sender and all recipients'; $labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; |