Get rid of one of the two flavors of _(Unknown sender) for simpler translations
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Sep 2003 00:36:44 +0000 (00:36 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Sep 2003 00:36:44 +0000 (00:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5601 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_messages.php

index c591038f249dcf0082f3fac6c1694e19a2e0d741..a01ca6152010062117bbe03faf110d5bd25b9d53 100755 (executable)
@@ -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 = '';