Index: nodewords.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodewords/nodewords.install,v
retrieving revision 1.10.2.187
diff -u -p -r1.10.2.187 nodewords.install
--- nodewords.install	26 May 2010 04:22:57 -0000	1.10.2.187
+++ nodewords.install	29 Nov 2010 18:07:51 -0000
@@ -101,7 +101,7 @@ function nodewords_install() {
   drupal_install_schema('nodewords');
   db_query("UPDATE {system} SET weight = 10 WHERE name = 'nodewords' AND type = 'module'");
 
-  drupal_set_message(t('The module nodewords.module has been installed. Now you can <a href="@settings-page">configure it</a>, after you enabled at least one module implementing meta tags.', array('@settings-page' => url('admin/content/nodewords'))));
+  drupal_set_message(t('The Nodewords module has been installed. Now you can <a href="@settings-page">configure it</a>, after you have enabled at least one module implementing meta tags.', array('@settings-page' => url('admin/content/nodewords'))));
 }
 
 /**
