summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/acctfuncs.inc')
-rw-r--r--web/lib/acctfuncs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc
index 9729c8f..30b5a2f 100644
--- a/web/lib/acctfuncs.inc
+++ b/web/lib/acctfuncs.inc
@@ -661,7 +661,7 @@ function try_login() {
}
}
else {
- $login_error = "Bad username or password.";
+ $login_error = __("Bad username or password.");
}
}
return array('SID' => $new_sid, 'error' => $login_error);