mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12656] Fix syntax in language file
PHPBB3-12656
This commit is contained in:
parent
6531856108
commit
ed9fb450de
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ $lang = array_merge($lang, array(
|
|||
'CLI_EXTENSION_NAME' => 'Name of the extension',
|
||||
'CLI_EXTENSION_PURGE_FAILURE' => 'Could not purge extension %s',
|
||||
'CLI_EXTENSION_PURGE_SUCCESS' => 'Successfully purge extension %s',
|
||||
'CLI_EXTENSION_NOT_FOUND' => 'No extensions were found.'
|
||||
'CLI_EXTENSION_NOT_FOUND' => 'No extensions were found.',
|
||||
|
||||
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.'
|
||||
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue