added gettext support.
[squirrelmail.git] / functions / mime.php
index f61322bf1f30b9d2e6f91323bdf3334e11748e6b..417f89873163b00aefc8971c636d0191ae4d627e 100644 (file)
          $body = translateText($body, $wrap_at);
 
 
-      $body .= "<BR><SMALL><CENTER><A HREF=\"../src/download.php?absolute_dl=true&passed_id=$id&passed_ent_id=$ent_num&mailbox=$urlmailbox\">Download this as a file</A></CENTER><BR></SMALL>";
+      $body .= "<BR><SMALL><CENTER><A HREF=\"../src/download.php?absolute_dl=true&passed_id=$id&passed_ent_id=$ent_num&mailbox=$urlmailbox\">". _("Download this as a file") ."</A></CENTER><BR></SMALL>";
 
       /** Display the ATTACHMENTS: message if there's more than one part **/
       if (count($message["ENTITIES"]) > 1) {
       }
       return $newbody;
    }
-?>
\ No newline at end of file
+?>