X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/815962d9db1943b92e3f11817e3a204c27a373ff..9ecda0d5ea4f6686b55a4a0cdfdb0b2145fe8980:/install.php?ds=inline diff --git a/install.php b/install.php index 737f2bc..78680f8 100644 --- a/install.php +++ b/install.php @@ -89,7 +89,7 @@ function jirafeau_check_var_dir ($path) { $mkdir_str1 = t('The following directory could not be created') . ':'; - $mkdir_str2 = t('You should create this directory by hand.'); + $mkdir_str2 = t('You should create this directory manually.'); $write_str1 = t('The following directory is not writable') . ':'; $write_str2 = t('You should give the write permission to the web server on ' . 'this directory.'); @@ -101,7 +101,7 @@ jirafeau_check_var_dir ($path) $path . '
' . $solution_str . '
' . $mkdir_str2); - foreach (array ('files', 'links', 'async') as $subdir) + foreach (array ('files', 'links', 'async', 'alias') as $subdir) { $subpath = $path.$subdir; @@ -249,7 +249,7 @@ case 2: "2">