diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 15:57:26 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-26 15:57:26 -0600 | 
| commit | 04ed02fedd264bb3fb4f638176aae7595a8da7ca (patch) | |
| tree | efa30def4ac7747d7293540f10b06e2d3d7ba8e1 /modules/tag | |
| parent | ab02c2a40b0359dce959b2734dc50cbee276d591 (diff) | |
Updated wording of tag separator tip
Diffstat (limited to 'modules/tag')
| -rw-r--r-- | modules/tag/helpers/tag_event.php | 2 | 
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);    } | 
