Mercurial > pidgin
changeset 25593:238f1f66aad3
Unmark for translation.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 30 Apr 2009 14:02:54 +0000 |
parents | bd18bb4915ba |
children | 35bbc8160513 |
files | libpurple/protocols/irc/msgs.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c Thu Apr 30 14:02:33 2009 +0000 +++ b/libpurple/protocols/irc/msgs.c Thu Apr 30 14:02:54 2009 +0000 @@ -1002,10 +1002,10 @@ /* We only want to do the following dance if the connection has not been successfully completed. If it has, just notify the user that their /nick command didn't go. */ - buf = g_strdup_printf(_("The nickname \"%s\" is already being used."), + buf = g_strdup_printf("The nickname \"%s\" is already being used.", irc->reqnick); - purple_notify_error(gc, _("Nickname in use"), - _("Nickname in use"), buf); + purple_notify_error(gc, "Nickname in use", + "Nickname in use", buf); g_free(buf); g_free(irc->reqnick); irc->reqnick = NULL;