diff options
author | Nils Adermann <naderman@naderman.de> | 2010-12-13 17:09:56 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-12-13 17:09:56 +0100 |
commit | 5d8ddc748000623b8e705b9434a4133cdd8fcc19 (patch) | |
tree | 360dde3385083b38c696fa9d1218077dcbd0ea91 | |
parent | b1c594229eba865567eaaf871e45d1e6e9276def (diff) | |
parent | e6a6f00562953f507bb05f4c61d40a0800f70bff (diff) | |
download | forums-5d8ddc748000623b8e705b9434a4133cdd8fcc19.tar forums-5d8ddc748000623b8e705b9434a4133cdd8fcc19.tar.gz forums-5d8ddc748000623b8e705b9434a4133cdd8fcc19.tar.bz2 forums-5d8ddc748000623b8e705b9434a4133cdd8fcc19.tar.xz forums-5d8ddc748000623b8e705b9434a4133cdd8fcc19.zip |
Merge branch 'ticket/adamreyher/9928' into develop-olympus
* ticket/adamreyher/9928:
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
-rw-r--r-- | phpBB/language/en/install.php | 2 |
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&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&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&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', |