From: hickert Date: Wed, 30 Nov 2005 09:06:23 +0000 (+0000) Subject: Fixed translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2f29d6a162dca1ee0d1b26c2067518304c9d8c1c;p=gosa.git Fixed translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2147 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 74591d847..623d050bc 100644 --- a/html/index.php +++ b/html/index.php @@ -284,7 +284,7 @@ function displayLogin() /* Displasy SSL mode warning? */ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){ - $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); + $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); } else { $smarty->assign ("ssl", ""); }