aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-04-02 10:06:59 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-04-02 10:06:59 +0200
commit83b56f7855bcd43dd73499c90c5f9fedf127da0e (patch)
tree0e10a27149b57ae1d9eac0c8d5d5b58191fa5c45 /phpBB/language/en/install.php
parentf9b60863025b02f49261515f952e99dd23f25bb6 (diff)
downloadforums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.gz
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.bz2
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.xz
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.zip
[ticket/14495] Specify correct version numbers in 3.2.x
DO NOT apply these changes into master when merging it. This means that you'll have to checkout the latest files from upstream after merging this into master (possibly while resolving likely merge conflicts). PHPBB3-14495
Diffstat (limited to 'phpBB/language/en/install.php')
-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 39d53ece7b..9a727be649 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -523,7 +523,7 @@ $lang = array_merge($lang, array(
// Finish conversion
'CONVERT_COMPLETE' => 'Conversion completed',
- 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.3. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. Remember that help on using phpBB is available online via the <a href="https://www.phpbb.com/support/docs/en/3.3/ug/">Documentation</a> and the <a href="https://www.phpbb.com/community/viewforum.php?f=466">support forums</a>.',
+ 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.2. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. Remember that help on using phpBB is available online via the <a href="https://www.phpbb.com/support/docs/en/3.3/ug/">Documentation</a> and the <a href="https://www.phpbb.com/community/viewforum.php?f=466">support forums</a>.',
'CONV_ERROR_ATTACH_FTP_DIR' => 'FTP upload for attachments is enabled at the old board. Please disable the FTP upload option and make sure a valid upload directory is specified, then copy all attachment files to this new web accessible directory. Once you have done this, restart the convertor.',
'CONV_ERROR_CONFIG_EMPTY' => 'There is no configuration information available for the conversion.',