summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-17 17:35:46 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-17 17:35:46 -0400
commitb9ee700a92c1b4bc4a71a1c935595a58717e01ef (patch)
tree48bf24baed0f82275cb4d2195f1fa442f1eaa66b
parent7b1503cf89273dcf9d372e65386817dd0ce57003 (diff)
downloaddrupal-authfas-6x-b9ee700a92c1b4bc4a71a1c935595a58717e01ef.tar.gz
drupal-authfas-6x-b9ee700a92c1b4bc4a71a1c935595a58717e01ef.tar.xz
drupal-authfas-6x-b9ee700a92c1b4bc4a71a1c935595a58717e01ef.zip
Make string more translatable
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 9c79d70..c89cbed 100644
--- a/authfas.module
+++ b/authfas.module
@@ -155,7 +155,7 @@ function authfas_admin_validate($form, &$form_state) {
$response = authfas_fas_login($username, $password, 'https://'.$fasurl.'/json/', 'Accept: application/json;');
if (!isset($response["help"])) {
- form_set_error("authfas_fasurl", t('Could not verify FAS username "'.$username.'".'));
+ form_set_error("authfas_fasurl", t('Could not verify FAS username.'));
return FALSE;
}
// else we're peachy