Updated wording of tag separator tip

This commit is contained in:
Chad Kieffer
2009-07-26 15:57:26 -06:00
parent ab02c2a40b
commit 04ed02fedd
+1 -1
View File
@@ -72,7 +72,7 @@ class tag_event_Core {
);
});";
$tag_value = implode("; ", tag::item_tags($item));
$view->form->edit_item->input("tags")->label(t("Tags (separate by , or ;)"))
$view->form->edit_item->input("tags")->label(t("Tags (comma or semicolon separated)"))
->value($tag_value);
}