diff --git a/nodewords.install b/nodewords.install index 4cb4c15..2cd71f6 100644 --- a/nodewords.install +++ b/nodewords.install @@ -19,7 +19,7 @@ function nodewords_requirements($phase) { 'title' => t('Nodewords'), 'description' => t('There are no modules enabled that implement meta tags.'), 'severity' => REQUIREMENT_ERROR, - 'value' => t('Enable at least one module listed under the Meta tags category on the modules page.'. array('@modules-page' => url('admin/build/modules'))), + 'value' => t('Enable at least one module listed under the Meta tags category on the modules page.', array('@modules-page' => url('admin/build/modules'))), ); } else {