diff options
Diffstat (limited to 'actions/logout.php')
-rw-r--r-- | actions/logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/logout.php b/actions/logout.php index 3d52da0d6..fb61689ee 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -25,7 +25,7 @@ class LogoutAction extends Action { function handle($args) { parent::handle($args); if (!common_logged_in()) { - common_user_error(_t('Not logged in.')); + common_user_error(_('Not logged in.')); } else { common_set_user(NULL); common_real_login(false); # not logged in |