diff options
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index be167ee..a2bf9bd 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -567,7 +567,7 @@ nodisks: dialog_clear_norefresh(); } - if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n" + if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n" "between interfaces)?")) variable_set2("gateway_enable", "YES", 1); |