Mercurial > pidgin
diff src/protocols/toc/toc.c @ 10812:d087e928ffd1
[gaim-migrate @ 12465]
" A variety of spacing normalization I've done as I've
navigated the source making other changes. The specific
changes should be uncontroversial. I'm submitting these to
shrink the deltas between my local tree and the CVS
source. If spacing changes are unwelcome as a general
rule, let me know." --rlaager
I said not to do this sort of patch often.
also a spelling fix.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 11 Apr 2005 04:32:26 +0000 |
| parents | bf5e48215158 |
| children | c94f40ffcafb |
line wrap: on
line diff
--- a/src/protocols/toc/toc.c Mon Apr 11 04:07:50 2005 +0000 +++ b/src/protocols/toc/toc.c Mon Apr 11 04:32:26 2005 +0000 @@ -549,12 +549,12 @@ g_snprintf(buf, sizeof(buf), _("Your warning level is currently too high to log in.")); break; case 983: - g_snprintf(buf, sizeof(buf), _("You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.")); + g_snprintf(buf, sizeof(buf), _("You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.")); break; g_snprintf(buf, sizeof(buf), _("An unknown signon error has occurred: %s."), w); break; default: - g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occurred. Info: %s"), no, w); + g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occurred. Info: %s"), no, w); } return buf; @@ -2059,7 +2059,7 @@ g_snprintf(hdr->name, 64, "listing.txt"); if (write(src, hdr, 256) < 0) { gaim_notify_error(ft->gc, NULL, - _("Could not write file header. The file will " + _("Could not write file header. The file will " "not be transferred."), NULL); fclose(ft->file); g_free(ft->filename);
