Mercurial > pidgin
changeset 16135:96a8e57cf0ca
Fix Ticket #151
"It has been truncated it for you." should not have the second "it".
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 15 Apr 2007 06:57:42 +0000 |
parents | d3e197b67ef9 |
children | c87b731903ae |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);