bug 35036

git-svn-id: svn://10.0.0.236/trunk@69721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com 2000-05-15 02:40:32 +00:00
parent 3d5d6eab4c
commit 58ab530914

View File

@ -161,7 +161,7 @@ nsLoggingProgressListener::FinalStatus(const PRUnichar *URL, PRInt32 status)
break;
case nsInstall::ABORT_INSTALL:
*mLogStream << " Install script aborted" << nsEndl;
*mLogStream << " Install cancelled by script" << nsEndl;
break;
case nsInstall::USER_CANCELLED: