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

[ticket/17067] Add lang variable for rows per second & searchindex:

PHPBB3-17067
This commit is contained in:
Christian Schnegelberger
2023-02-01 19:25:22 +01:00
parent 213c668ed0
commit b092886d5b
3 changed files with 4 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ class create extends command
$this->state_helper->update_counter($status['post_counter']);
$progress->setProgress($status['post_counter']);
$progress->setMessage(round($status['rows_per_second'], 2) . ' rows/s');
$progress->setMessage($this->language->lang('CLI_ROWS_PER_SECOND', round($status['rows_per_second'], 2)));
}
$progress->finish();