diff options
-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 3590405..59dc6ea 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 3590405..59dc6ea 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; |