diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-07-24 18:56:52 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-07-24 18:56:52 +0530 |
commit | ed9fb450de8da791ab7928a04af7c952614c5b14 (patch) | |
tree | d74e8f4efdb35ef3c5f37a380ce4409434f04fad | |
parent | 653185610873e4629ffc929ace2b72e2fe41704d (diff) | |
download | forums-ed9fb450de8da791ab7928a04af7c952614c5b14.tar forums-ed9fb450de8da791ab7928a04af7c952614c5b14.tar.gz forums-ed9fb450de8da791ab7928a04af7c952614c5b14.tar.bz2 forums-ed9fb450de8da791ab7928a04af7c952614c5b14.tar.xz forums-ed9fb450de8da791ab7928a04af7c952614c5b14.zip |
[ticket/12656] Fix syntax in language file
PHPBB3-12656
-rw-r--r-- | phpBB/language/en/cli.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index cb8cbb55a8..d9eede9881 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -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.', )); |