summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sysinstall/install.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index bef7eab..bd75f61 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -573,7 +573,7 @@ nodisks:
variable_set2("gateway_enable", "YES", 1);
dialog_clear_norefresh();
- if (!msgNoYes("Do you want to configure inetd and simple internet services?"))
+ if (!msgNoYes("Do you want to configure inetd and the network services that it provides?"))
configInetd(self);
dialog_clear_norefresh();
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index bef7eab..bd75f61 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -573,7 +573,7 @@ nodisks:
variable_set2("gateway_enable", "YES", 1);
dialog_clear_norefresh();
- if (!msgNoYes("Do you want to configure inetd and simple internet services?"))
+ if (!msgNoYes("Do you want to configure inetd and the network services that it provides?"))
configInetd(self);
dialog_clear_norefresh();
OpenPOWER on IntegriCloud