diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/acctfuncs.inc | 2 |
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); |