mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
Updated wording of tag separator tip
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user