summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: def4948)
raw | patch | inline | side by side (parent: def4948)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 09:30:59 +0000 (09:30 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 09:30:59 +0000 (09:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6295 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Checks.inc | patch | blob | history | |
setup/setup_migrate.tpl | patch | blob | history |
index 167fecdc8fb169895387e7de09853266a7e45723..cc24c973109f888dc7cde1392aaab2792caa3838 100644 (file)
/* 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 );
index 21bf665fe17f8e69163d0bbeb453e2ef3762716a..8101e052f66e6d131f867ae71cd552255e9366bf 100644 (file)
--- a/setup/setup_migrate.tpl
+++ b/setup/setup_migrate.tpl
<h2>Department migration</h2>
- <p>{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}</p>
+ <p>{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}</p>
<p>{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}</p>
{foreach from=$deps_to_migrate item=val key=key}