summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-07-28 11:04:04 +0200
committerchris <chris@jalakai.co.uk>2006-07-28 11:04:04 +0200
commit3545b2e00f01dc8e3b59ba4b2fc937f296b43bb5 (patch)
treeafbd99ceb3cc020fb68a66db84e9f6623e170863 /inc
parent472483168f19453a8b390d406f1cc0602942cdbb (diff)
downloadrpg-3545b2e00f01dc8e3b59ba4b2fc937f296b43bb5.tar.gz
rpg-3545b2e00f01dc8e3b59ba4b2fc937f296b43bb5.tar.bz2
add error_reporting sanity
avoid many E_NOTICEs for those installations which run with E_ALL darcs-hash:20060728090404-9b6ab-0506bb5ad3af38456762bd578db3f230195505c1.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 85af612b3..1bf75da1a 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -201,7 +201,7 @@ $lang['i_installer'] = 'DokuWiki Installer';
$lang['i_wikiname'] = 'Wiki Name';
$lang['i_enableacl'] = 'Enable ACL (recommended)';
$lang['i_superuser'] = 'Superuser';
-$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you fixed them.';
+$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.';
$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation.
You should either re-extract the files from the downloaded package or consult the complete
<a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki installation instructions</a>';