summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-07-26 15:57:26 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-07-26 15:57:26 -0600
commit04ed02fedd264bb3fb4f638176aae7595a8da7ca (patch)
treeefa30def4ac7747d7293540f10b06e2d3d7ba8e1
parentab02c2a40b0359dce959b2734dc50cbee276d591 (diff)
Updated wording of tag separator tip
-rw-r--r--modules/tag/helpers/tag_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php
index 58034900..bf60978d 100644
--- a/modules/tag/helpers/tag_event.php
+++ b/modules/tag/helpers/tag_event.php
@@ -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);
}