diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 14:00:53 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 14:00:53 +0000 |
| commit | c5f02a21d35bc949840165d92952853332be3fdd (patch) | |
| tree | ef45c591ffc88a688cf5c04df6fd0902998c80a7 /phpBB/language | |
| parent | 19eebbe4564561e31dc68eb6a36ac3bfb8cbce50 (diff) | |
| download | forums-c5f02a21d35bc949840165d92952853332be3fdd.tar forums-c5f02a21d35bc949840165d92952853332be3fdd.tar.gz forums-c5f02a21d35bc949840165d92952853332be3fdd.tar.bz2 forums-c5f02a21d35bc949840165d92952853332be3fdd.tar.xz forums-c5f02a21d35bc949840165d92952853332be3fdd.zip | |
typo.
git-svn-id: file:///svn/phpbb/trunk@7584 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -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 ed08d2db56..c3079d066e 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -273,7 +273,7 @@ $lang = array_merge($lang, array( 'PCRE_UTF_SUPPORT' => 'PCRE UTF-8 support', 'PCRE_UTF_SUPPORT_EXPLAIN' => 'phpBB will <strong>not</strong> run if your PHP installation is not compiled with UTF-8 support in the PCRE extension.', - 'PHP_GETIMAGESIZE_SUPPORT' => 'PHP function getimagsize() is available', + 'PHP_GETIMAGESIZE_SUPPORT' => 'PHP function getimagesize() is available', 'PHP_GETIMAGESIZE_SUPPORT_EXPLAIN' => '<strong>Required</strong> - In order for phpBB to function correctly, the getimagesize function needs to be available.', 'PHP_OPTIONAL_MODULE' => 'Optional modules', 'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional. However, if they are available they will enable extra features.', |
