From: Sean E. <sea...@us...> - 2002-08-25 10:51:28
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv7426/src/protocols/zephyr Modified Files: zephyr.c Log Message: Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. Index: zephyr.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- zephyr.c 28 May 2002 08:40:48 -0000 1.22 +++ zephyr.c 25 Aug 2002 10:51:24 -0000 1.23 @@ -588,7 +588,8 @@ ZSubscription_t sub; if (zgc) { - do_error_dialog("Already logged in with Zephyr", "Zephyr"); + do_error_dialog("Already logged in with Zephyr", "Because Zephyr uses your system username, you are unable to " + "have multiple accounts on it when logged in as the same user.", GAIM_ERROR); return; } |