# HG changeset patch # User Mark Doliner # Date 1126701923 0 # Node ID 6723c4930e50945cbed96cc35e2531ead5e76aca # Parent 8be7f4c472cf91fbce00067641999833aa4571b1 [gaim-migrate @ 13799] Was this space intentional? committer: Tailor Script diff -r 8be7f4c472cf -r 6723c4930e50 src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Wed Sep 14 04:38:02 2005 +0000 +++ b/src/protocols/gg/gg.c Wed Sep 14 12:45:23 2005 +0000 @@ -1435,7 +1435,7 @@ gaim_debug_info("gg", "token: requested.\n"); if ((req = gg_token(0)) == NULL) { - gaim_connection_error(gc, _("Token Error : Unable to fetch the token.\n")); + gaim_connection_error(gc, _("Token Error: Unable to fetch the token.\n")); return; } t = req->data;