use translated text for comments popupbox

This commit is contained in:
Uwe Steinmann 2017-01-18 08:30:11 +01:00
parent d3c7ef3088
commit 4baa37b2d9

View File

@ -2169,7 +2169,7 @@ $(document).ready( function() {
<div class=\"bar bar-danger\" style=\"width: ".round($rstat['-1']/$totalreceipts*100)."%;\">".($rstat['-1'] ? $rstat['-1']."/".$totalreceipts : '')."</div>
</div>";
if($allcomments)
$content .= $this->printPopupBox('kkkk', implode('<br />', $allcomments), true);
$content .= $this->printPopupBox(getMLText('comments'), implode('<br />', $allcomments), true);
}
$content .= "</small></td>";
// $content .= "<td>".$version."</td>";