From 210b5bb5d7f46c4c5c4bda8d567bef2f3bbef400 Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 30 Nov 2006 08:26:37 +0000 Subject: [PATCH 1/1] this should read "download as a file" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11966 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 46c90174..64a8ae42 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -655,7 +655,7 @@ function formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color) { ); $links[] = array ( 'URL' => $download_href, - 'Text' => _("Download this is a file") + 'Text' => _("Download this as a file") ); $toggle = html_toggle_href($mailbox, $passed_id, $passed_ent_id, $message); if (!empty($toggle)) { @@ -953,4 +953,4 @@ formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message, false, FALSE); do_hook('read_body_bottom'); sqimap_logout($imapConnection); $oTemplate->display('footer.tpl'); -?> \ No newline at end of file +?> -- 2.25.1