pidgin.2.5.6: 50c24193: Unmark for translation.

sadrul at pidgin.im sadrul at pidgin.im
Thu Apr 30 10:07:10 EDT 2009


-----------------------------------------------------------------
Revision: 50c24193f6cace3ce9b4474822953f499014e9cf
Ancestor: 2a35218412842ba07897cde95941adafb3543dec
Author: sadrul at pidgin.im
Date: 2009-04-30T14:02:54
Branch: im.pidgin.pidgin.2.5.6
URL: http://d.pidgin.im/viewmtn/revision/info/50c24193f6cace3ce9b4474822953f499014e9cf

Modified files:
        libpurple/protocols/irc/msgs.c

ChangeLog: 

Unmark for translation.

-------------- next part --------------
============================================================
--- libpurple/protocols/irc/msgs.c	4f96457ea98a44c98745da1a2bfafff3c6bba1ab
+++ libpurple/protocols/irc/msgs.c	ebcefd5d5c3a54d7cdc4de01b2ae7cfa51387188
@@ -1002,10 +1002,10 @@ void irc_msg_nickused(struct irc_conn *i
 		/* 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;


More information about the Commits mailing list