diff --git a/sbin/sysinstall/stage0.c b/sbin/sysinstall/stage0.c index b38a8c39104c..3611e65cf8d0 100644 --- a/sbin/sysinstall/stage0.c +++ b/sbin/sysinstall/stage0.c @@ -38,7 +38,7 @@ static unsigned char *welcome[] = { "6. Install", "Proceed with full installation.", "7. Fixit", - "Repair existing installation (`fixit' mode).", + "Repair existing installation (fixit mode).", "8. Quit", "Don't do anything, just reboot.", }; diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c index f778fcac043e..ade697b1458c 100644 --- a/sbin/sysinstall/stage1.c +++ b/sbin/sysinstall/stage1.c @@ -118,7 +118,7 @@ stage1() mvprintw(j++, 50, "|it will NOT be enabled."); mvprintw(j++, 50, "|"); mvprintw(j++, 50, "|We suggest that you invoke"); - mvprintw(j++, 50, "|(F)disk, (W)rite the bootcode"); + mvprintw(j++, 50, "|(F)disk, (W)rite bootcode"); mvprintw(j++, 50, "|then (D)isklabel your disk."); mvprintw(j++, 50, "|If installing on a drive"); mvprintw(j++, 50, "|other than 0, also read the"); diff --git a/sbin/sysinstall/sysinstall.h b/sbin/sysinstall/sysinstall.h index 54a5ff8c1ac4..d96e9df808d9 100644 --- a/sbin/sysinstall/sysinstall.h +++ b/sbin/sysinstall/sysinstall.h @@ -12,7 +12,7 @@ * its use. */ -#define TITLE "FreeBSD 2.0-RELEASE Installation" +#define TITLE "FreeBSD 2.0-950112-SNAP Install" #define BOOT1 "/stand/sdboot" #define BOOT2 "/stand/bootsd"