From 275896d95cc27e7e6f4d357c23781f5ba1c2c92f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 5 Sep 2013 22:51:01 +0200 Subject: [PATCH] translate strings (fixes bug #86) --- views/bootstrap/class.Bootstrap.php | 2 +- views/bootstrap/class.LogManagement.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index ac8aebd55..53b18a64c 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -960,7 +960,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 …