mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15221] add missing commas
in language/en/install.php PHPBB3-15221
This commit is contained in:
parent
442d21ace2
commit
2d8985e4a4
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ $lang = array_merge($lang, array(
|
||||||
'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>',
|
'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>',
|
||||||
|
|
||||||
'INSTALL_PHPBB_INSTALLED' => 'phpBB is already installed.',
|
'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
|
// Requirements translation
|
||||||
|
@ -119,7 +119,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'RETEST_REQUIREMENTS' => 'Retest requirements',
|
'RETEST_REQUIREMENTS' => 'Retest requirements',
|
||||||
|
|
||||||
'STAGE_REQUIREMENTS' => 'Check requirements'
|
'STAGE_REQUIREMENTS' => 'Check requirements',
|
||||||
));
|
));
|
||||||
|
|
||||||
// General error messages
|
// General error messages
|
||||||
|
|
Loading…
Add table
Reference in a new issue