Преглед на файлове

fixes error message typo

jmunro преди 23 години
родител
ревизия
a909de2d76
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      functions/mailbox_display.php

+ 3 - 3
functions/mailbox_display.php

@@ -252,7 +252,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs,
   if ($id == 'no') {
   if ($id == 'no') {
       echo '<b><small><center><font color=red>Thread sorting is not'.
       echo '<b><small><center><font color=red>Thread sorting is not'.
              ' supported by your IMAP server.<br>Please report this'.
              ' supported by your IMAP server.<br>Please report this'.
-             'to the system administrator.</center></small></b>';
+             ' to the system administrator.</center></small></b>';
      $thread_sort_messages = 0; 
      $thread_sort_messages = 0; 
     $id = array();
     $id = array();
   }
   }
@@ -272,8 +272,8 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs,
     $server_sort_order = $sort;
     $server_sort_order = $sort;
     $id = sqimap_get_sort_order($imapConnection, $server_sort_order);
     $id = sqimap_get_sort_order($imapConnection, $server_sort_order);
   if ($id == 'no') {
   if ($id == 'no') {
-    echo '<b><small><center><font color=red>Server-side sorting '.
-       'is not supported by your IMAP server.<br>Please report this'.
+    echo '<b><small><center><font color=red>Server-side sorting'.
+       ' is not supported by your IMAP server.<br>Please report this'.
        ' to the system administrator.</center></small></b>';
        ' to the system administrator.</center></small></b>';
     $sort = $server_sort_order;
     $sort = $server_sort_order;
 	  $allow_server_sort = FALSE;
 	  $allow_server_sort = FALSE;