summaryrefslogtreecommitdiff
path: root/inc/lang/en/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-07-14 09:54:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-07-14 09:54:42 +0200
commit9664a2b801ce91ae3707306f01fb4cad528b1258 (patch)
treeeb7564ce2a431db68a1b3aa6d98c86fd4c291258 /inc/lang/en/lang.php
parent4a14c3a4f530437180e3523cc34ab4464cea7dfa (diff)
downloadrpg-9664a2b801ce91ae3707306f01fb4cad528b1258.tar.gz
rpg-9664a2b801ce91ae3707306f01fb4cad528b1258.tar.bz2
changed the link in the installer to point to wiki:welcome
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r--inc/lang/en/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 3c51ba224..73c3522fd 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -302,9 +302,9 @@ $lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will nee
$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)';
$lang['i_badval'] = '<code>%s</code> - illegal or empty value';
$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to
- <a href="doku.php">your new DokuWiki</a>.';
+ <a href="doku.php?id=wiki;welcome">your new DokuWiki</a>.';
$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before
- you can use <a href="doku.php">your new DokuWiki</a>.';
+ you can use <a href="doku.php?id=wiki;welcome">your new DokuWiki</a>.';
$lang['i_policy'] = 'Initial ACL policy';
$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)';
$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)';