From e75e4fed7094e8a089cda2434f1e6d937f18e7f1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 28 Jul 2009 13:17:27 -0600 Subject: [PATCH] Less wordy --- imp/lib/Maillog.php | 2 +- imp/templates/chunks/message.php | 2 +- imp/templates/index/index-dimp.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/lib/Maillog.php b/imp/lib/Maillog.php index 239fc37a1..c5595bb98 100644 --- a/imp/lib/Maillog.php +++ b/imp/lib/Maillog.php @@ -152,7 +152,7 @@ class IMP_Maillog } else { switch ($entry['action']) { case 'forward': - $msg = sprintf(_("You forwarded this message on %%s to the following recipients: %s."), $entry['recipients']); + $msg = sprintf(_("You forwarded this message on %%s to: %s."), $entry['recipients']); break; case 'mdn': diff --git a/imp/templates/chunks/message.php b/imp/templates/chunks/message.php index 21a1b0ada..e66008f51 100644 --- a/imp/templates/chunks/message.php +++ b/imp/templates/chunks/message.php @@ -95,7 +95,7 @@ function _createDAfmsg($text, $image, $id, $class = '', $show_text = true) -
+
diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 775cc0882..0119eb515 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -311,7 +311,7 @@ function _simpleButton($id, $text, $image, $imagedir = null) -
+
-- 2.11.0