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