| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords.install,v 1.18.2.10 2009/11/09 12:54:40 kiam Exp $ |
// $Id: nodewords.install,v 1.18.2.11 2009/11/09 13:09:40 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 426 |
|
|
| 427 |
drupal_set_message( |
drupal_set_message( |
| 428 |
t( |
t( |
| 429 |
'Nodewords has settings to enable the integration with third-party modules. You can enable them in the <a href="@settings">settings page</a>.', |
'Nodewords has settings to enable the integration with third-party modules. You can enable it in the <a href="@settings">settings page</a>.', |
| 430 |
array('@settings' => url('admin/content/nodewords/settings')) |
array('@settings' => url('admin/content/nodewords/settings')) |
| 431 |
) |
) |
| 432 |
); |
); |