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/exif | |
parent | 4e944577f4e049bdd59565834167f051c237d09b (diff) |
Remove duplicate word from status message
Diffstat (limited to 'modules/exif')
-rw-r--r-- | modules/exif/helpers/exif_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif_task.php b/modules/exif/helpers/exif_task.php index 8e715b52..3918e4ed 100644 --- a/modules/exif/helpers/exif_task.php +++ b/modules/exif/helpers/exif_task.php @@ -60,7 +60,7 @@ class exif_task_Core { list ($remaining, $total, $percent) = self::_get_stats(); $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)); if ($remaining == 0) { |