diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index d17047fe1..15bd70fe6 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -962,7 +962,7 @@ function clearFilename() { $this->contentStart(); print "
"; - print "

Error!

"; + print "

".getMLText('error')."!

"; print htmlspecialchars($error); print "
"; print "
"; diff --git a/views/bootstrap/class.LogManagement.php b/views/bootstrap/class.LogManagement.php index 440722ed8..d60968706 100644 --- a/views/bootstrap/class.LogManagement.php +++ b/views/bootstrap/class.LogManagement.php @@ -131,7 +131,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style {

Please wait, until document tree is loaded …