diff --git a/nodewords.admin.inc b/nodewords.admin.inc
index 93a4726..be496d4 100644
--- a/nodewords.admin.inc
+++ b/nodewords.admin.inc
@@ -265,7 +265,7 @@ function nodewords_settings_form() {
   $form['edit'] = array(
     '#type' => 'fieldset',
     '#title' => t('Meta tags to show on edit forms'),
-    '#description' => t('Select the meta tags that appear in the edit forms. Users with administration permissions can edit all the meta tags, even when they are not enabled to appear in the edit forms.'),
+    '#description' => t('Select the meta tags that appear on edit forms. Users with the "administer meta tags" permission can edit all meta tags, regardless of the follow.'),
     '#collapsible' => TRUE,
     '#group' => 'nodewords',
   );
