X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/ae8b0ce039e170167dafde722ca42b1008667cf9..e18a34d7c4060c91ae480b388d01216af54b1ec9:/install.php diff --git a/install.php b/install.php index 7ebc7bf..bbb9eeb 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.');