Преглед изворни кода

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

alex-brainstorm пре 22 година
родитељ
комит
4d312957a9
1 измењених фајлова са 1 додато и 1 уклоњено
  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 = '';