Skip to content
Snippets Groups Projects
Commit 482c49ac authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #535152 by Bojhan, karschsp: improve help text describing tags.

parent 19f8439f
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ function default_profile_site_setup(&$install_state) {
// Create a default vocabulary named "Tags", enabled for the 'article' content type.
$description = st('Use tags to group articles on similar topics into categories.');
$help = st('Enter a comma-separated list of words.');
$help = st('Enter a comma-separated list of words to describe your content.');
$vid = db_insert('taxonomy_vocabulary')->fields(array(
'name' => 'Tags',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment