summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-12-30 17:36:32 +0000
committerkensmith <kensmith@FreeBSD.org>2008-12-30 17:36:32 +0000
commit73a12ed27407e98a8036f5db6b49bc5b016b18ad (patch)
treef641058c11f5cec67bc66ccf6821951c3eb2fb4f /usr.sbin/sade
parentc23d5b4353691502db51516f3006a106be3df2fe (diff)
downloadFreeBSD-src-73a12ed27407e98a8036f5db6b49bc5b016b18ad.zip
FreeBSD-src-73a12ed27407e98a8036f5db6b49bc5b016b18ad.tar.gz
Clean up this message a little bit.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/disks.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index 162606a..7795bc2 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -116,9 +116,8 @@ check_geometry(Disk *d)
dialog_clear_norefresh();
sg = msgYesNo("WARNING: It is safe to use a geometry of %lu/%lu/%lu for %s on\n"
"computers with modern BIOS versions. If this disk is to be used\n"
- "on rather old machines, however, it is recommended to ensure that\n"
- "it does not have more than 65535 cylinders, or more than 255 heads\n"
- "or more than "
+ "on an old machines it is recommended that it does not have more\n"
+ "than 65535 cylinders, more than 255 heads, or more than\n"
#ifdef PC98
"255"
#else
@@ -126,7 +125,7 @@ check_geometry(Disk *d)
#endif
" sectors per track.\n"
"\n"
- "Would you like that to keep using the current geometry?\n",
+ "Would you like to keep using the current geometry?\n",
d->bios_cyl, d->bios_hd, d->bios_sect, d->name);
if (sg == 1) {
Sanitize_Bios_Geom(d);
OpenPOWER on IntegriCloud