From 02d65694d32f42a42f4cca989be7ff231e868522 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 10 Mar 2008 20:51:02 +0000 Subject: More language integration git-svn-id: https://code.elgg.org/elgg/trunk@148 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/login.php') 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')); } -- cgit v1.2.3