X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fsetup.php;h=787d709dfd5de0fa7832cda4f74e80aa401bdcc7;hb=48567b117a2bc9468bf668223f606e3406913764;hp=e7e8803c63c5999753c0ce766d2acac37311cc63;hpb=588229f481da6fb0e0ee2fb20e7d88c566c96a8b;p=gosa.git diff --git a/html/setup.php b/html/setup.php index e7e8803c6..787d709df 100644 --- a/html/setup.php +++ b/html/setup.php @@ -83,7 +83,7 @@ $smarty->compile_dir= '/var/spool/gosa'; /* Check for compile directory */ if (!(is_dir($smarty->compile_dir) && is_writable($smarty->compile_dir))){ - print_red(_("Directory '%s' specified as smarty compile directory is not accessable, check existence and rigths of this directory!"), $smarty->compile_dir); + print_red(_("Directory '%s' specified as smarty compile directory is not accessible, please check existence and rights of this directory!"), $smarty->compile_dir); echo $_SESSION['errors']; exit(); }