aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-01 15:49:32 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-01 15:49:32 +0200
commit6b68544483fb8674949e1d3a69eae997cef6afbe (patch)
treea047516113b47f29dc30e24a3f0183bee531f8d1 /phpBB/language/en/cli.php
parentc7f10ec4d455877b8df96c00f28ada0bcb84f17b (diff)
downloadforums-6b68544483fb8674949e1d3a69eae997cef6afbe.tar
forums-6b68544483fb8674949e1d3a69eae997cef6afbe.tar.gz
forums-6b68544483fb8674949e1d3a69eae997cef6afbe.tar.bz2
forums-6b68544483fb8674949e1d3a69eae997cef6afbe.tar.xz
forums-6b68544483fb8674949e1d3a69eae997cef6afbe.zip
[ticket/13891] Use the SymfonyStyle in the reparse command
PHPBB3-13891
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index b8e7d25f60..8c0d6bf6c3 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -86,4 +86,5 @@ $lang = array_merge($lang, array(
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s (range %2$d..%3$d)',
+ 'CLI_REPARSER_REPARSE_SUCCESS' => 'Reparsing ended with success',
));