summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
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);