diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
commit | 13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f (patch) | |
tree | cfca7e0ff0afc109d3af8bcfe1fff5d20e10518f /phpBB/language/en/install.php | |
parent | f170f1c929a87398d756d1e7372baa818e9f60f8 (diff) | |
download | forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.gz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.bz2 forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.xz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.zip |
some corrections to the language files
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8471 89ea8834-ac86-4346-8a33-228a782c2dd0
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 1481a88dc1..31778f7cf4 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -85,7 +85,7 @@ $lang = array_merge($lang, array( 'CONVERT_NEW_CONVERSION' => 'New conversion', 'CONVERT_NOT_EXIST' => 'The specified convertor does not exist.', 'CONVERT_OPTIONS' => 'Options', - 'CONVERT_SETTINGS_VERIFIED' => 'The information you entered has been verified. To start the conversion process, push the button below to begin.', + 'CONVERT_SETTINGS_VERIFIED' => 'The information you entered has been verified. To start the conversion process, please push the button below.', 'CONV_ERR_FATAL' => 'Fatal conversion error', '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.', |