diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 609ae4fe53..31914cf625 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -274,10 +274,10 @@ $lang = array_merge($lang, array( 'FILESYSTEM_CANNOT_CREATE_SYMLINK' => 'Unable to create a symlink', 'FILESYSTEM_CANNOT_CREATE_DIRECTORY' => 'Unable to create directory', 'FILESYSTEM_CANNOT_DELETE_FILES' => 'Unable to delete files from the system', - 'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump file', + 'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump into file', 'FILESYSTEM_CANNOT_MIRROR_DIRECTORY' => 'Unable to mirror directory', 'FILESYSTEM_CANNOT_RENAME_FILE' => 'Unable to rename a file from the system', - 'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to determine if the file exists', + 'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to create file or change file timestamps', 'FTP_FSOCK_HOST' => 'FTP host', 'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site.', diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 61a7b72791..530c003026 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -370,7 +370,7 @@ $lang = array_merge($lang, array(
/install
folder from the root of your board installation.You now have a new up to date board containing all your users and posts. Follow up tasks: