From: thomppj Date: Tue, 19 Feb 2002 16:16:08 +0000 (+0000) Subject: Prettied up hide/view unsafe images commands... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3d1c7564d321f70744f66a2bd818ad97c59d00ea;hp=b5534f7ad074f6851b2a0286c08de1dbc6a1fdf6 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 --- 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"; } }