diff options
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-x | 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 486931fda8..765be3b6a0 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -161,7 +161,7 @@ $lang = array_merge($lang, array( 'FINAL_STEP' => 'Processing final step', 'FORUM_ADDRESS' => 'Board address', 'FORUM_ADDRESS_EXPLAIN' => 'This is the URL of your former board, for example <samp>http://www.example.com/phpBB2/</samp>. If an address is entered here and not left empty every instance of this address will be replaced by your new board address within messages, private messages and signatures.', - 'FORUM_PATH' => 'Forum path', + 'FORUM_PATH' => 'Board path', 'FORUM_PATH_EXPLAIN' => 'This is the <strong>relative</strong> path on disk to your former board from the <strong>root of your phpBB installation</strong>.', 'FOUND' => 'Found', 'FTP_CONFIG' => 'Transfer config by FTP', |