aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 20:51:02 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 20:51:02 +0000
commit02d65694d32f42a42f4cca989be7ff231e868522 (patch)
tree59ef60147d26f6d175cfd996254144c78cb19f5f /actions/login.php
parent042c524bab3ab401c99ed40c0df1641201f16f07 (diff)
downloadelgg-02d65694d32f42a42f4cca989be7ff231e868522.tar.gz
elgg-02d65694d32f42a42f4cca989be7ff231e868522.tar.bz2
More language integration
git-svn-id: https://code.elgg.org/elgg/trunk@148 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php
index 7323f1d4d..dbc84bab5 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -25,7 +25,7 @@
// Set the system_message as appropriate
if ($result) {
- system_message(elgg_echo('login'));
+ system_message(elgg_echo('loginok'));
} else {
system_message(elgg_echo('loginerror'));
}