Selaa lähdekoodia

Get rid of one of the two flavors of _(Unknown sender) for simpler translations

alex-brainstorm 22 vuotta sitten
vanhempi
commit
4d312957a9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
functions/imap_messages.php

@@ -518,7 +518,7 @@ function sqimap_get_small_header_list ($imap_stream, $msg_list, $show_num=false)
     
     foreach ($read_list as $r) {
         $subject = _("(no subject)");
-        $from = _("Unknown Sender");
+        $from = _("Unknown sender");
         $priority = 0;
         $messageid = '<>';
         $cc = $to = $date = $type[0] = $type[1] = $inrepto = '';