# HG changeset patch # User Richard Laager # Date 1176620262 0 # Node ID 96a8e57cf0ca78eb37c082734fd848a5e940d634 # Parent d3e197b67ef9187efd2c4a4b88620818a6fd60d4 Fix Ticket #151 "It has been truncated it for you." should not have the second "it". diff -r d3e197b67ef9 -r 96a8e57cf0ca libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Sun Apr 15 06:56:43 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Apr 15 06:57:42 2007 +0000 @@ -4477,9 +4477,9 @@ { gchar *errstr; errstr = g_strdup_printf(dngettext(PACKAGE, "The maximum profile length of %d byte " - "has been exceeded. It has been truncated it for you.", + "has been exceeded. It has been truncated for you.", "The maximum profile length of %d bytes " - "has been exceeded. It has been truncated it for you.", + "has been exceeded. It has been truncated for you.", od->rights.maxsiglen), od->rights.maxsiglen); purple_notify_warning(gc, NULL, _("Profile too long."), errstr); g_free(errstr);