X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fread_body.php;h=64a8ae421c1a5e23e52b3b2ae151e4a921f00447;hp=46c90174f10d8b4784bb4866ca69ad5be1a23a70;hb=210b5bb5d7f46c4c5c4bda8d567bef2f3bbef400;hpb=5d214084d2345f139149511911b647ed7fff2a88 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 +?>