diff options
author | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:00:00 +0200 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:00:00 +0200 |
commit | 66549c4a6fc8f954aafe84dff529fea593a39b57 (patch) | |
tree | a62d606a0f7944349e5b3d25e2c1fafd30a43da7 /inc/lang/en/lang.php | |
parent | bd2f6c2fb24eecedecd4bbffae0a92bb5acbece7 (diff) | |
download | rpg-66549c4a6fc8f954aafe84dff529fea593a39b57.tar.gz rpg-66549c4a6fc8f954aafe84dff529fea593a39b57.tar.bz2 |
fixed links in lang files
darcs-hash:20080815130000-f7d6d-2ecb0a83f96507db2cd51e60db292781f9c4da8e.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 0654006b7..fbbc7eb2e 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -210,7 +210,7 @@ $lang['i_superuser'] = 'Superuser'; $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>'; + <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; $lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; $lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.'; $lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; |