[ticket/12656] Fix syntax in language file

PHPBB3-12656
This commit is contained in:
Dhruv 2014-07-24 18:56:52 +05:30
parent 6531856108
commit ed9fb450de

View file

@ -72,7 +72,7 @@ $lang = array_merge($lang, array(
'CLI_EXTENSION_NAME' => 'Name of the extension', 'CLI_EXTENSION_NAME' => 'Name of the extension',
'CLI_EXTENSION_PURGE_FAILURE' => 'Could not purge extension %s', 'CLI_EXTENSION_PURGE_FAILURE' => 'Could not purge extension %s',
'CLI_EXTENSION_PURGE_SUCCESS' => 'Successfully 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.',
)); ));