summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-01 14:33:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-01 14:33:50 +0000
commit482c49acc00c40a1ee433e6689c0cb52f55616c4 (patch)
tree139c23a017fde528567cfe7802f845bfdbc27e12 /profiles
parent19f8439f8033f2645a5f14a1387b0224ee6d9747 (diff)
downloadbrdo-482c49acc00c40a1ee433e6689c0cb52f55616c4.tar.gz
brdo-482c49acc00c40a1ee433e6689c0cb52f55616c4.tar.bz2
- Patch #535152 by Bojhan, karschsp: improve help text describing tags.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 73ed9962b..f8743482f 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -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',