diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2003-02-19 21:48:28 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2003-02-19 21:48:28 +0000 |
| commit | 1fd65abf88137d856b5b62d0e09805e8a41d9230 (patch) | |
| tree | 102bc596c0ff3a23dfb45dd8b1f18339331c35ae | |
| parent | 8480cc638e1fb23a20217cdd20467bdc30ac58e8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 359040546191..59dc6ea5c5ea 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -588,7 +588,7 @@ nodisks: msgConfirm("Installation completed with some errors. You may wish to\n" "scroll through the debugging messages on VTY1 with the\n" "scroll-lock feature. You can also choose \"No\" at the next\n" - "prompt and go back into the installation menus to try and retry\n" + "prompt and go back into the installation menus to retry\n" "whichever operations have failed."); return i; diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 359040546191..59dc6ea5c5ea 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -588,7 +588,7 @@ nodisks: msgConfirm("Installation completed with some errors. You may wish to\n" "scroll through the debugging messages on VTY1 with the\n" "scroll-lock feature. You can also choose \"No\" at the next\n" - "prompt and go back into the installation menus to try and retry\n" + "prompt and go back into the installation menus to retry\n" "whichever operations have failed."); return i; |
