From b7847528abf488c78f95404eead0a718a6d9ed17 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 5 Nov 2005 15:45:24 +0000 Subject: [PATCH] do not translate error message --- lam/templates/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/login.php b/lam/templates/login.php index e95fc746..499b98fb 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -50,7 +50,7 @@ $writableDirs = array('config', 'config/profiles', 'config/pdf', 'sess', 'tmp', for ($i = 0; $i < sizeof($writableDirs); $i++) { $path = realpath('../') . "/" . $writableDirs[$i]; if (!is_writable($path)) { - $criticalErrors[] = array("ERROR", _('The directory %s is not writable for the web server. Please change your file permissions.'), '', array($path)); + $criticalErrors[] = array("ERROR", 'The directory %s is not writable for the web server. Please change your file permissions.', '', array($path)); } } // stop login if critical errors occured