1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13891] Updated range description

Does not count #0 as a potential record

PHPBB3-13891
This commit is contained in:
JoshyPHP
2015-06-30 09:55:23 +02:00
parent 6de5e5cc36
commit c7f10ec4d4
2 changed files with 7 additions and 7 deletions

View File

@@ -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)',
));