diff --git a/install.php b/install.php index 0a457a5..2713759 100644 --- a/install.php +++ b/install.php @@ -419,7 +419,7 @@ if (is_writable('.htaccess')){ echo '
  • '.__('Main .htaccess file writable', 'system').'
  • '; } else { - echo '
  • '.__('Main .htaccess not writable').'
  • '; + echo '
  • '.__('Main .htaccess file not writable', 'system').'
  • '; } if (isset($errors['sitename'])) echo '
  • '.$errors['sitename'].'
  • ';