diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index c2e741c6a7..1ee2fa525c 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -83,7 +83,7 @@ $lang = array_merge($lang, array( 'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>', 'INSTALL_PHPBB_INSTALLED' => 'phpBB is already installed.', - 'INSTALL_PHPBB_NOT_INSTALLED' => 'phpBB is not installed yet.' + 'INSTALL_PHPBB_NOT_INSTALLED' => 'phpBB is not installed yet.', )); // Requirements translation @@ -119,7 +119,7 @@ $lang = array_merge($lang, array( 'RETEST_REQUIREMENTS' => 'Retest requirements', - 'STAGE_REQUIREMENTS' => 'Check requirements' + 'STAGE_REQUIREMENTS' => 'Check requirements', )); // General error messages |