--- original/nodewords/nodewords.module 2009-10-31 00:56:53.000000000 +0600
+++ mod/nodewords/nodewords.module 2009-11-06 01:50:18.000000000 +0600
@@ -1081,8 +1081,8 @@
if (module_exists('nodewords_bypath')) {
drupal_set_message(
t(
- 'The feature implemented in Meta Tags by Path
is now included in Nodewords; there is not need to use Meta Tags by Path
, and the module should be disabled to avoid possible conflicts. Disable the module in themodules page.'),
- array('@url' => url('admin/build/modules')
+ 'The feature implemented in Meta Tags by Path
is now included in Nodewords; there is not need to use Meta Tags by Path
, and the module should be disabled to avoid possible conflicts. Disable the module in themodules page.',
+ array('@url' => url('admin/build/modules'))
)
);
}