Browse Source

this should read "download as a file"

Thijs Kinkhorst 18 years ago
parent
commit
2afa37615f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/read_body.php

+ 2 - 2
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');
-?>
+?>