summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers/g2_import_task.php
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-02-02 16:32:09 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-02-02 16:32:09 +0000
commit92d211bae653b6c94e0038b1a47734a1acaa149e (patch)
treef64ab531be992954561bf78526743b28e294ff8f /modules/g2_import/helpers/g2_import_task.php
parent2c9812314af8418b82905fed9c5efeb8171cd32f (diff)
parentaa2e4de024a985f16beb8c1ad90daf0e668d2e28 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/g2_import/helpers/g2_import_task.php')
-rw-r--r--modules/g2_import/helpers/g2_import_task.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_task.php b/modules/g2_import/helpers/g2_import_task.php
index 21ba4c3a..e0212b33 100644
--- a/modules/g2_import/helpers/g2_import_task.php
+++ b/modules/g2_import/helpers/g2_import_task.php
@@ -189,7 +189,7 @@ class g2_import_task_Core {
}
$task->status = t(
"Album highlights (%count of %total)",
- array("count" => $done["tags"] + 1, "total" => $stats["albums"]));
+ array("count" => $done["highlights"] + 1, "total" => $stats["highlights"]));
break;