summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-10 14:49:35 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-10 14:49:35 -0400
commit5968b052aa19dbf4941171a81d98b466e3da90f2 (patch)
treec687c449c9c64cf5e1ac832dcd072134a7d37bcf /authfas.module
parent61043698c4a118e9567702e47551bf5831c54cd9 (diff)
downloaddrupal-authfas-6x-5968b052aa19dbf4941171a81d98b466e3da90f2.tar.gz
drupal-authfas-6x-5968b052aa19dbf4941171a81d98b466e3da90f2.tar.xz
drupal-authfas-6x-5968b052aa19dbf4941171a81d98b466e3da90f2.zip
Add link in more info text
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index fef68db..1cfb664 100644
--- a/authfas.module
+++ b/authfas.module
@@ -74,7 +74,7 @@ function authfas_admin() {
$form['authfas_more_information'] = array(
'#type' => 'item',
'#title' => t('More information'),
- '#description' => t('Further role mappings are found in the settings page for each role.'),
+ '#description' => t('Visit the <a href="@roles">Roles</a> settings page to set FAS group mappings for specific roles.', array('@roles' => url('admin/user/roles'))),
);
return system_settings_form($form);