# HG changeset patch # User Ethan Blanton # Date 1062780781 0 # Node ID c3d8e8190d7748111d931951e4f4b328d5d65a0a # Parent 90fd056e755d839f60f46caef2a2ea6bd7f5cbe6 [gaim-migrate @ 7285] formatting error committer: Tailor Script diff -r 90fd056e755d -r c3d8e8190d77 src/protocols/irc/msgs.c --- a/src/protocols/irc/msgs.c Fri Sep 05 16:52:43 2003 +0000 +++ b/src/protocols/irc/msgs.c Fri Sep 05 16:53:01 2003 +0000 @@ -652,10 +652,10 @@ GaimConnection *gc = gaim_account_get_connection(irc->account); char *msg; - if (!args || !args[1] || !args[2] || !gc) + if (!args || !args[2] || !gc) return; - msg = g_strdup_printf(_("Could not change nick:"), args[1]); + msg = g_strdup_printf(_("Could not change nick")); gaim_notify_error(gc, _("Cannot change nick"), msg, args[2]); g_free(msg); }