aboutsummaryrefslogtreecommitdiff
path: root/actions/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/logout.php')
-rw-r--r--actions/logout.php2
1 files changed, 1 insertions, 1 deletions
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'));
}