Ticket #492: pm_inc.patch

File pm_inc.patch, 0.6 kB (added by Simek, 11 months ago)
  • pm.inc

    old new  
    115115    $output = ""; 
    116116    $unread = BoincPrivateMessage::count("userid=$user->id AND opened=0"); 
    117117     
    118     $output .= "Private messages: <a href=\"pm.php?action=inbox\">".tra("Inbox")."</a> ($unread unread)\n"; 
     118    $output .= "<a href=\"pm.php?action=inbox\">".tra("Inbox")."</a> ($unread ".tra("unread").")\n"; 
    119119    $output .= "| <a href=\"pm.php?action=new\">".tra("Write")."</a>\n"; 
    120120    return $output; 
    121121} 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.