From 4baa37b2d902d3ecb0c10f1914f260ab9aa1d857 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 18 Jan 2017 08:30:11 +0100 Subject: [PATCH] use translated text for comments popupbox --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 17ef148ca..cbba93e53 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -2169,7 +2169,7 @@ $(document).ready( function() {
".($rstat['-1'] ? $rstat['-1']."/".$totalreceipts : '')."
"; if($allcomments) - $content .= $this->printPopupBox('kkkk', implode('
', $allcomments), true); + $content .= $this->printPopupBox(getMLText('comments'), implode('
', $allcomments), true); } $content .= ""; // $content .= "".$version."";