Fix a pair of user-visible typos.

Approved by:	ru (mentor)
This commit is contained in:
Ceri Davies 2006-11-11 10:43:11 +00:00
parent 6de4428149
commit 6e92263034

View File

@ -330,7 +330,7 @@ installUpgrade(dialogMenuItem *self)
return DITEM_FAILURE | DITEM_REDRAW | DITEM_RESTORE;
}
msgNotify("Beginning extraction of distributions..");
msgNotify("Beginning extraction of distributions.");
if (DITEM_STATUS(distExtractAll(self)) == DITEM_FAILURE) {
msgConfirm("Hmmmm. We couldn't even extract the base distribution. This upgrade\n"
"should be considered a failure and started from the beginning, sorry!\n"
@ -476,7 +476,7 @@ installUpgradeNonInteractive(dialogMenuItem *self)
vsystem("cp -Rp /boot/kernel /boot/kernel.prev");
}
msgNotify("Beginning extraction of distributions..");
msgNotify("Beginning extraction of distributions.");
if (DITEM_STATUS(distExtractAll(self)) == DITEM_FAILURE) {
msgConfirm("Hmmmm. We couldn't even extract the base distribution. This upgrade\n"
"should be considered a failure and started from the beginning, sorry!\n"