From 66669797be1629e493ecf5995f0bdfd8a39e95df Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 21 Feb 2006 18:01:03 -0500
Subject: [PATCH] fixed typo bug #1434950

---
 program/localization/en_US/labels.inc |    2 +-
 program/localization/en_GB/labels.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index cd9b503..7ada496 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -91,7 +91,7 @@
 // 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/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 16f9d9b..ba8c613 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -91,7 +91,7 @@
 // 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';

--
Gitblit v1.9.1