diff options
author | Anika Henke <anika@selfthinker.org> | 2012-11-18 18:52:13 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-11-18 18:52:13 +0000 |
commit | 2c2ee174e46096ce890518061ca8e2e0866cf67c (patch) | |
tree | 13318484ac6849f2805a51385ef2830495c96c31 /inc/lang/en | |
parent | 4385447c9cf849f461e148b68a596b60117fb313 (diff) | |
download | rpg-2c2ee174e46096ce890518061ca8e2e0866cf67c.tar.gz rpg-2c2ee174e46096ce890518061ca8e2e0866cf67c.tar.bz2 |
changed semicolon to colon in link to welcome page to make it less confusing
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 73c3522fd..99877320f 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?id=wiki;welcome">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?id=wiki;welcome">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)'; |