Fix 47829, minor wording change. r=gemal

This commit is contained in:
BlakeR1234%aol.com 2000-08-30 21:09:31 +00:00
Родитель 92be47af8c
Коммит 58423a22f8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -19,6 +19,7 @@
*
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
* Henrik Gemal <gemal@gemal.dk>
*/
/*
@ -919,7 +920,7 @@ nsNNTPNewsgroupList::ProcessXOVERLINE(const char *line, PRUint32 *status)
char *statusTemplate = XP_GetString (MK_HDR_DOWNLOAD_COUNT);
char *statusString = PR_smprintf (statusTemplate, numDownloaded, totToDownload);
#else
char *statusString = PR_smprintf ("Received %d of %d headers", numDownloaded, totToDownload);
char *statusString = PR_smprintf ("Downloading %d of %d headers", numDownloaded, totToDownload);
#endif
SetProgressStatus(statusString);