From 009af97420972057e99bc5c046c6da1aa48aa792 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 17 Nov 2007 21:45:38 +0000 Subject: [PATCH] - Fix some text in volunteer main --- volunteer_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volunteer_main.php b/volunteer_main.php index 83c5186..cac563c 100644 --- a/volunteer_main.php +++ b/volunteer_main.php @@ -37,7 +37,7 @@ echo happy(i18n('Your password has been successfully updated')); break; case 'already_logged_in': - echo error(i18n('You are already logged in, please use the [Logout] link in the upper right to logout')); + echo error(i18n('You are already logged in, please use the [Logout] link in the upper right to logout before loggin in as different user')); break; }