Mercurial > pidgin
changeset 2432:2a4a50036e25
[gaim-migrate @ 2445]
You missed 2 messages from they were because EWarmenhoven too large.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 05 Oct 2001 20:01:22 +0000 |
parents | 5948060f486c |
children | cac432940fb8 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Fri Oct 05 19:53:38 2001 +0000 +++ b/src/protocols/oscar/oscar.c Fri Oct 05 20:01:22 2001 +0000 @@ -1447,8 +1447,8 @@ _("You missed %d message%s from %s because %s invalid."), nummissed, nummissed == 1 ? "" : "s", - nummissed == 1 ? "it was" : "they were", - userinfo->sn); + userinfo->sn, + nummissed == 1 ? "it was" : "they were"); break; case 1: /* Message too large */ @@ -1457,8 +1457,8 @@ _("You missed %d message%s from %s because %s too large."), nummissed, nummissed == 1 ? "" : "s", - nummissed == 1 ? "it was" : "they were", - userinfo->sn); + userinfo->sn, + nummissed == 1 ? "it was" : "they were"); break; case 2: /* Rate exceeded */