aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-08-06 14:18:05 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-08-06 14:18:05 +0000
commit4af44652aced7c601cdfeff93dc03e6672e8b2c3 (patch)
treec9257eedb32dda959b5a4a3d454a4352df699b09 /phpBB/language
parentf8c6379915c9e5a4f9583f7a8fdd8f75be5af168 (diff)
downloadforums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar
forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.gz
forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.bz2
forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.tar.xz
forums-4af44652aced7c601cdfeff93dc03e6672e8b2c3.zip
Fix a couple of hard-coded strings in the templates
git-svn-id: file:///svn/phpbb/trunk@6240 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/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 0383fa6ef7..35192e48c4 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -120,7 +120,7 @@ $lang = array_merge($lang, array(
'FORUM_ADDRESS' => 'Forum address',
'FORUM_ADDRESS_EXPLAIN' => 'This is the http address of your former forum',
'FORUM_PATH' => 'Forum path',
- 'FORUM_PATH_EXPLAIN' => 'This is the relative <strong>to phpBB main directory</strong> server path to your former forum',
+ 'FORUM_PATH_EXPLAIN' => 'This is the <strong>relative</strong> path on disk to your former forum from the <strong>root of your phpBB install</strong>',
'FOUND' => 'Found',
'FTP_CONFIG' => 'Transfer config by FTP',
'FTP_CONFIG_EXPLAIN' => 'phpBB has detected the presence of the FTP module on this server. You may attempt to install your config.php via this if you wish. You will need to supply the information listed below. Remember your username and password are those to your server! (ask your hosting provider for details if you are unsure what these are)',