From 05d4a900c5b7a77caa39ba7309af2b1620dad8c2 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 8 May 2007 09:30:59 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6295 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Checks.inc | 2 +- setup/setup_migrate.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/class_setupStep_Checks.inc b/setup/class_setupStep_Checks.inc index 167fecdc8..cc24c9731 100644 --- a/setup/class_setupStep_Checks.inc +++ b/setup/class_setupStep_Checks.inc @@ -95,7 +95,7 @@ class Step_Checks extends setup_step /* Check for installed mhash module */ $N = _("Checking for mhash support"); $D = _("You'll need this module to make use of SSHA encryption"); - $S = _("The mhash module for PHP 4/5 is not available.Pplease install php4-mhash/php5-mhash."); + $S = _("The mhash module for PHP 4/5 is not available.Please install php4-mhash/php5-mhash."); $R = is_callable("mhash"); $M = FALSE; $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M ); diff --git a/setup/setup_migrate.tpl b/setup/setup_migrate.tpl index 21bf665fe..8101e052f 100644 --- a/setup/setup_migrate.tpl +++ b/setup/setup_migrate.tpl @@ -272,7 +272,7 @@

Department migration

-

{t}The listed deparmtents are currenlty invisble in the GOsa user interface. If you want to change this for a couple of entries, select them and use the migrate button below.{/t}

+

{t}The listed departments are currenlty invisble in the GOsa user interface. If you want to change this for a couple of entries, select them and use the migrate button below.{/t}

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

{foreach from=$deps_to_migrate item=val key=key} -- 2.30.2