diff options
Diffstat (limited to 'modules/search')
| -rw-r--r-- | modules/search/helpers/search_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/helpers/search_task.php b/modules/search/helpers/search_task.php index 4bd9acd7..98eba097 100644 --- a/modules/search/helpers/search_task.php +++ b/modules/search/helpers/search_task.php @@ -56,7 +56,7 @@ class search_task_Core { list ($remaining, $total, $percent) = self::_get_stats(); if ($remaining + $completed) { $task->percent_complete = round(100 * $completed / ($remaining + $completed)); - $task->status = t("%done records records updated, index is %percent% up-to-date", + $task->status = t("%done records updated, index is %percent% up-to-date", array("done" => $completed, "percent" => $percent)); } else { $task->percent_complete = 100; |
