From 482c49acc00c40a1ee433e6689c0cb52f55616c4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sat, 1 Aug 2009 14:33:50 +0000
Subject: [PATCH] - Patch #535152 by Bojhan, karschsp: improve help text
 describing tags.

---
 profiles/default/default.profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 73ed9962ba88..f8743482ffb3 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',
-- 
GitLab