From 2f29d6a162dca1ee0d1b26c2067518304c9d8c1c Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Nov 2005 09:06:23 +0000 Subject: [PATCH] Fixed translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2147 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""); } -- 2.30.2