aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Reyher <adamr@phpbb.com>2010-12-01 14:29:28 -0500
committerAndreas Fischer <bantu@phpbb.com>2010-12-03 02:15:50 +0100
commite6a6f00562953f507bb05f4c61d40a0800f70bff (patch)
tree6da2ea0d27eebb7b75dfcc1579266fa796c04708
parente80253209fbb46964db10b18dc09b5bbdf9a46d8 (diff)
downloadforums-e6a6f00562953f507bb05f4c61d40a0800f70bff.tar
forums-e6a6f00562953f507bb05f4c61d40a0800f70bff.tar.gz
forums-e6a6f00562953f507bb05f4c61d40a0800f70bff.tar.bz2
forums-e6a6f00562953f507bb05f4c61d40a0800f70bff.tar.xz
forums-e6a6f00562953f507bb05f4c61d40a0800f70bff.zip
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
PHPBB3-9928
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 14923e836e..91ecb10848 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -370,7 +370,7 @@ $lang = array_merge($lang, array(
// Updater
$lang = array_merge($lang, array(
- 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.',
+ 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.',
'ARCHIVE_FILE' => 'Source file within archive',
'BACK' => 'Back',