Browse Source

added gettext support.

serek 25 years ago
parent
commit
e6e1346b5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mailbox.php

+ 1 - 1
functions/mailbox.php

@@ -49,7 +49,7 @@
    function getMessageHeaders($imapConnection, $start, $end, &$from, &$subject, &$date) {
    function getMessageHeaders($imapConnection, $start, $end, &$from, &$subject, &$date) {
       $rel_start = $start;
       $rel_start = $start;
       if (($start > $end) || ($start < 1)) {
       if (($start > $end) || ($start < 1)) {
-         echo "Error in message header fetching.  Start message: $start, End message: $end<BR>";
+         echo _("Error in message header fetching.  Start message: "). $start, _("End message: "). "$end<BR>";
          exit;
          exit;
       }
       }