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; }