diff --git a/lam/templates/login.php b/lam/templates/login.php
index fb0a5174..00ead528 100644
--- a/lam/templates/login.php
+++ b/lam/templates/login.php
@@ -97,7 +97,7 @@ function display_LoginPage($config_object,$profile)
else
{
//TODO Generate Status message
- $message = _("Unable to load available languages. Setting English as default language. For further instructions please contact the Admin of this site.");
+ $message = _("Unable to load available languages. Setting English as default language. For further instructions please contact the admin of this site.");
}
$profiles = getConfigProfiles();
@@ -127,7 +127,7 @@ function display_LoginPage($config_object,$profile)
-
+
@@ -145,7 +145,7 @@ function display_LoginPage($config_object,$profile)
}
// check if PHP has gettext support
if (! function_exists('gettext')) {
- StatusMessage("ERROR", "Your PHP has no gettext support!", "Please install gettext and recompile PHP is compiled without gettext support.");
+ StatusMessage("ERROR", "Your PHP has no gettext support!", "Please install gettext for PHP.");
echo "
";
}
?>
@@ -159,16 +159,13 @@ function display_LoginPage($config_object,$profile)
-
-
-
-
+
@@ -212,7 +209,7 @@ function display_LoginPage($config_object,$profile)
?>
@@ -245,7 +242,7 @@ function display_LoginPage($config_object,$profile)