From 042c524bab3ab401c99ed40c0df1641201f16f07 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 10 Mar 2008 20:41:18 +0000 Subject: Languages! There's a little more to do, but ... git-svn-id: https://code.elgg.org/elgg/trunk@147 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/logout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/logout.php') diff --git a/actions/logout.php b/actions/logout.php index fd550c5a4..273e8be48 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -17,9 +17,9 @@ // Set the system_message as appropriate if ($result) { - system_message("You have been logged out."); + system_message(elgg_echo('logout')); } else { - system_message("We couldn't log you out. We're not sure why, to be honest. Try again?"); + system_message(elgg_echo('logouterror')); } ?> \ No newline at end of file -- cgit v1.2.3