diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-21 14:41:06 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-21 14:41:06 +0000 |
| commit | 0fdc4639c357fe66b4d05f0deb0123de3fa0a0f6 (patch) | |
| tree | 101530ae6eb5a8ffe1f289f8c8852acd78580e48 /modules/search/helpers | |
| parent | 4e944577f4e049bdd59565834167f051c237d09b (diff) | |
Remove duplicate word from status message
Diffstat (limited to 'modules/search/helpers')
| -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; |
