From f0c7fb96725356396c2630d4301a7a03c1beed72 Mon Sep 17 00:00:00 2001 From: Martynas Barzda Date: Mon, 1 Oct 2012 00:09:53 +0300 Subject: [PATCH] Install Script: updated .htaccess check text Updated "Main .htaccess file not writable" string --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'].'
  • ';