diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-10 20:41:18 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-10 20:41:18 +0000 |
commit | 042c524bab3ab401c99ed40c0df1641201f16f07 (patch) | |
tree | 9d148bb84c612f449a2360b255f81f89ecf125b6 /actions/login.php | |
parent | c8c9a9fd02d4d971652d0c1facab9da26d2fab1c (diff) | |
download | elgg-042c524bab3ab401c99ed40c0df1641201f16f07.tar.gz elgg-042c524bab3ab401c99ed40c0df1641201f16f07.tar.bz2 |
Languages! There's a little more to do, but ...
git-svn-id: https://code.elgg.org/elgg/trunk@147 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index cb25b1f0c..7323f1d4d 100644 --- a/actions/login.php +++ b/actions/login.php @@ -25,9 +25,9 @@ // Set the system_message as appropriate
if ($result) {
- system_message("You have been logged in.");
+ system_message(elgg_echo('login'));
} else {
- system_message("We couldn't log you in. Make sure your details are correct and please try again.");
+ system_message(elgg_echo('loginerror'));
}
?>
\ No newline at end of file |