summaryrefslogtreecommitdiff
path: root/program/localization/en_GB/labels.inc
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-02-21 23:01:03 +0000
committersvncommit <devs@roundcube.net>2006-02-21 23:01:03 +0000
commit66669797be1629e493ecf5995f0bdfd8a39e95df (patch)
treec55bbf7eb898fce1f5f28bee5ac73c2b286a69f2 /program/localization/en_GB/labels.inc
parent13c1afbcbbc71c64f41eb7d764917bb4fea9893f (diff)
fixed typo bug #1434950
Diffstat (limited to 'program/localization/en_GB/labels.inc')
-rw-r--r--program/localization/en_GB/labels.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index cd9b5032d..7ada4960e 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/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';