- Fix some text in volunteer main

This commit is contained in:
dave 2007-11-17 21:45:38 +00:00
parent 0d8f704cd8
commit 009af97420

View File

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