diff src/protocols/toc/toc.c @ 10816:c94f40ffcafb

[gaim-migrate @ 12471] rlaager reverted objectionable spacing changes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 15:26:51 +0000
parents d087e928ffd1
children b75ce371c812
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Mon Apr 11 15:00:30 2005 +0000
+++ b/src/protocols/toc/toc.c	Mon Apr 11 15:26:51 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);