diff options
author | Tristan Darricau <github@nicofuma.fr> | 2017-05-08 14:56:01 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-05-08 14:56:01 +0200 |
commit | 3fd197f37aaff31a5470f843af59f0a0aeba5681 (patch) | |
tree | ac8cb78c14fc7d7332b56ebb5a77d857973f5b13 /phpBB/language/en/install.php | |
parent | 07d3ae7dac9c5443796b3170f7586df1c99f32ce (diff) | |
parent | 2d8985e4a42bfb64c9d318fa85fa5f6db8c051f9 (diff) | |
download | forums-3fd197f37aaff31a5470f843af59f0a0aeba5681.tar forums-3fd197f37aaff31a5470f843af59f0a0aeba5681.tar.gz forums-3fd197f37aaff31a5470f843af59f0a0aeba5681.tar.bz2 forums-3fd197f37aaff31a5470f843af59f0a0aeba5681.tar.xz forums-3fd197f37aaff31a5470f843af59f0a0aeba5681.zip |
Merge pull request #4828 from hubaishan/ticket/15221
[ticket/15221] add missing commas
* github.com:phpbb/phpbb:
[ticket/15221] add missing commas
Diffstat (limited to 'phpBB/language/en/install.php')
-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 |