aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-06-30 09:55:23 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-06-30 10:32:00 +0200
commitc7f10ec4d455877b8df96c00f28ada0bcb84f17b (patch)
treeb4640833be9f1d4387429abb4d05a977fc957c47 /phpBB/language/en/cli.php
parent6de5e5cc36d4b934cfa4043faf12adb279f8a2c6 (diff)
downloadforums-c7f10ec4d455877b8df96c00f28ada0bcb84f17b.tar
forums-c7f10ec4d455877b8df96c00f28ada0bcb84f17b.tar.gz
forums-c7f10ec4d455877b8df96c00f28ada0bcb84f17b.tar.bz2
forums-c7f10ec4d455877b8df96c00f28ada0bcb84f17b.tar.xz
forums-c7f10ec4d455877b8df96c00f28ada0bcb84f17b.zip
[ticket/13891] Updated range description
Does not count #0 as a potential record PHPBB3-13891
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index d1f229272c..b8e7d25f60 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -85,5 +85,5 @@ $lang = array_merge($lang, array(
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
- 'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s from %2$d to %3$d',
+ 'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s (range %2$d..%3$d)',
));