Issue #2028143 by Tor Arne Thune: Fixed typo in install.core.inc.
parent
2b6ff21132
commit
74c0f3f1d1
|
@ -2096,7 +2096,7 @@ function install_check_translations($install_state) {
|
||||||
else {
|
else {
|
||||||
$requirements['translations directory exists'] = array(
|
$requirements['translations directory exists'] = array(
|
||||||
'title' => t('Translations directory'),
|
'title' => t('Translations directory'),
|
||||||
'value' => t('The diretory %translations_directory exists.', array('%translations_directory' => $translations_directory)),
|
'value' => t('The directory %translations_directory exists.', array('%translations_directory' => $translations_directory)),
|
||||||
);
|
);
|
||||||
// If the translations directory is not readable, throw an error.
|
// If the translations directory is not readable, throw an error.
|
||||||
if (!$readable) {
|
if (!$readable) {
|
||||||
|
|
Loading…
Reference in New Issue