summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index ed71688..7817264 100644
--- a/authfas.module
+++ b/authfas.module
@@ -69,7 +69,7 @@ function authfas_admin() {
// We have a required setting for the Authenticated User role.
$form['authfas_authuser_fasgroup'] = array(
'#type' => 'textfield',
- '#title' => t('FAS group required for authenticated users'),
+ '#title' => t('FAS group for authenticated users'),
'#default_value' => variable_get('authfas_authuser_fasgroup', ''),
'#size' => 50,
'#maxlength' => 255,