From 3d1c7564d321f70744f66a2bd818ad97c59d00ea Mon Sep 17 00:00:00 2001 From: thomppj Date: Tue, 19 Feb 2002 16:16:08 +0000 Subject: [PATCH] Prettied up hide/view unsafe images commands... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2477 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index bca16114..9e0d32d6 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -640,9 +640,9 @@ function formatBody($imap_stream, $message, $color, $wrap_at) { $body .= "
". _("Download this as a file") ."

"; if ($has_unsafe_images) { if ($view_unsafe_images) { - $body .= "
". _("Don't view unsafe images") ."

\n"; + $body .= "
". _("Hide Unsafe Images") ."

\n"; } else { - $body .= "
". _("View unsafe images") ."

\n"; + $body .= "
". _("View Unsafe Images") ."

\n"; } } -- 2.25.1