From 983cce9d1b700ba144a7994ec8cf84811c17276b Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Tue, 21 Feb 2006 23:01:03 +0000 Subject: fixed typo bug #1434950 git-svn-id: https://svn.roundcube.net/trunk@148 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_GB/labels.inc | 2 +- roundcubemail/program/localization/en_US/labels.inc | 2 +- 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'; -- cgit v1.2.3