summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-21 23:01:03 +0000
committercmcnulty <cmcnulty@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-21 23:01:03 +0000
commit983cce9d1b700ba144a7994ec8cf84811c17276b (patch)
tree1ea4a0b29e96008d5157fa0faebf3cdb47bd7361
parent8165248ee81cdb167ca91fd0af5462c9d6d415f1 (diff)
fixed typo bug #1434950
git-svn-id: https://svn.roundcube.net/trunk@148 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/localization/en_GB/labels.inc2
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_GB/labels.inc b/roundcubemail/program/localization/en_GB/labels.inc
index cd9b5032d..7ada4960e 100644
--- a/roundcubemail/program/localization/en_GB/labels.inc
+++ b/roundcubemail/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';
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index 16f9d9bd5..ba8c61323 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/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';