summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-06 21:46:50 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-06 21:46:50 -0700
commit6588f3bbd16c0ca91809a11a2e9b341d6a7c85a6 (patch)
tree21a3344b28977dd69420091426f9a422b36f413c /modules
parentdfc704516ac8fe850874a62e5b982addabe813c6 (diff)
Change wording of failed to import tags to make it consistent with the other failed import messages. Thanks shai
Diffstat (limited to 'modules')
-rw-r--r--modules/g2_import/helpers/g2_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php
index cc9d0a21..e86558b7 100644
--- a/modules/g2_import/helpers/g2_import.php
+++ b/modules/g2_import/helpers/g2_import.php
@@ -622,7 +622,7 @@ class g2_import_Core {
try {
$tag_names = array_values(g2(TagsHelper::getTagsByItemId($g2_item_id)));
} catch (Exception $e) {
- return t("Failed to import tags for Gallery 2 item with id: %id\n%exception",
+ return t("Failed to import Gallery 2 tags for item with id: %id\n%exception",
array("id" => $g2_item_id, "exception" => $e->__toString()));
}