aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2016-04-11 19:42:40 +0200
committerMáté Bartus <mate.bartus@gmail.com>2016-04-11 19:42:40 +0200
commit972255247bce8ea547483e4a22ed75bf4f6c2f42 (patch)
treef8e289bbc6964ec85d5ef28d02c8fb91a7ad4fbb /phpBB/language/en/install.php
parent9163cc28647e9936fe9c9e390871f9130d2bf40b (diff)
downloadforums-972255247bce8ea547483e4a22ed75bf4f6c2f42.tar
forums-972255247bce8ea547483e4a22ed75bf4f6c2f42.tar.gz
forums-972255247bce8ea547483e4a22ed75bf4f6c2f42.tar.bz2
forums-972255247bce8ea547483e4a22ed75bf4f6c2f42.tar.xz
forums-972255247bce8ea547483e4a22ed75bf4f6c2f42.zip
[ticket/14589] Fix grammatical errors in language strings
PHPBB3-14589
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 738b8af648..88cbaf1533 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -90,17 +90,17 @@ $lang = array_merge($lang, array(
// Requirements translation
$lang = array_merge($lang, array(
// Filesystem requirements
- 'FILE_NOT_EXISTS' => 'File not exists',
+ 'FILE_NOT_EXISTS' => 'File does not exist',
'FILE_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to exist.',
- 'FILE_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s file exists for a better forum user experience.',
- 'FILE_NOT_WRITABLE' => 'File not writable',
+ 'FILE_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s file exist for a better forum user experience.',
+ 'FILE_NOT_WRITABLE' => 'File is not writable',
'FILE_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s file needs to be writable.',
'FILE_NOT_WRITABLE_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s file be writable for a better forum user experience.',
- 'DIRECTORY_NOT_EXISTS' => 'Directory not exists',
+ 'DIRECTORY_NOT_EXISTS' => 'Directory does not exist',
'DIRECTORY_NOT_EXISTS_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to exist.',
- 'DIRECTORY_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s directory exists for a better forum user experience.',
- 'DIRECTORY_NOT_WRITABLE' => 'Directory not writable',
+ 'DIRECTORY_NOT_EXISTS_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s directory exist for a better forum user experience.',
+ 'DIRECTORY_NOT_WRITABLE' => 'Directory is not writable',
'DIRECTORY_NOT_WRITABLE_EXPLAIN' => 'To be able to install phpBB the %1$s directory needs to be writable.',
'DIRECTORY_NOT_WRITABLE_EXPLAIN_OPTIONAL' => 'It is recommended that the %1$s directory be writable for a better forum user experience.',