this should read "download as a file"
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Nov 2006 08:26:37 +0000 (08:26 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Nov 2006 08:26:37 +0000 (08:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11966 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 46c90174f10d8b4784bb4866ca69ad5be1a23a70..64a8ae421c1a5e23e52b3b2ae151e4a921f00447 100644 (file)
@@ -655,7 +655,7 @@ function formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color) {
                      );
     $links[] = array (
                         'URL'   => $download_href,
                      );
     $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)) {
                      );
     $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');
 do_hook('read_body_bottom');
 sqimap_logout($imapConnection);
 $oTemplate->display('footer.tpl');
-?>
\ No newline at end of file
+?>