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 +- actions/logout.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'actions') 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')); } diff --git a/actions/logout.php b/actions/logout.php index 273e8be48..99ef5abf6 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -17,7 +17,7 @@ // Set the system_message as appropriate if ($result) { - system_message(elgg_echo('logout')); + system_message(elgg_echo('logoutok')); } else { system_message(elgg_echo('logouterror')); } -- cgit v1.2.3