mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17067] Add lang variable for rows per second & searchindex:
PHPBB3-17067
This commit is contained in:
@@ -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();
|
||||
|
@@ -138,7 +138,7 @@ class delete 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();
|
||||
|
Reference in New Issue
Block a user