mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 07:39:54 -04:00
Corrected copy paste errors in g2_import task. Fixes ticket #949.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user