summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-10 14:41:17 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-10 14:41:17 -0400
commiteaf1084a381d2cfe65fe817e615165e6312f8387 (patch)
treeaaf825aba3e2920c60b3f4d22a916e2558778f12
parentf371f8b118f6c38f6f795f33579fd3b8ab68295d (diff)
downloaddrupal-authfas-6x-eaf1084a381d2cfe65fe817e615165e6312f8387.tar.gz
drupal-authfas-6x-eaf1084a381d2cfe65fe817e615165e6312f8387.tar.xz
drupal-authfas-6x-eaf1084a381d2cfe65fe817e615165e6312f8387.zip
Correct text
-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,