aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-07-24 18:56:52 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-07-24 18:56:52 +0530
commited9fb450de8da791ab7928a04af7c952614c5b14 (patch)
treed74e8f4efdb35ef3c5f37a380ce4409434f04fad /phpBB/language/en/cli.php
parent653185610873e4629ffc929ace2b72e2fe41704d (diff)
downloadforums-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
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php4
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.',
));