Fix Ticket #151

Sun, 15 Apr 2007 06:57:42 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 15 Apr 2007 06:57:42 +0000
changeset 16197
226af781e456
parent 16196
63fe41943c14
child 16198
e389c08318b0

Fix Ticket #151

"It has been truncated it for you." should not have the second "it".

libpurple/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- 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);

mercurial