summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-06-19 14:00:15 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-06-19 15:01:50 -0400
commita53992b78d8e454cb89cadaa53636592b8200212 (patch)
tree155b705fe79d307463c2670a42ae0f297d484c00 /etc/rc.initial.setlanip
parentdd4bded7de6d6654afe2cf203df3136c1bef9515 (diff)
downloadpfsense-a53992b78d8e454cb89cadaa53636592b8200212.zip
pfsense-a53992b78d8e454cb89cadaa53636592b8200212.tar.gz
Simplify message that wraps off screen
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index e95acd4..fd60d6a 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -217,7 +217,7 @@
}
$upperifname = strtoupper($interface);
- echo "\nPlease wait, saving and activating your changes to {$upperifname}...";
+ echo "\nPlease wait while the changes are saved to {$upperifname}...";
write_config(gettext("{$interface} IP configuration from console menu"));
interface_reconfigure(strtolower($upperifname));
echo " Reloading filter...";
OpenPOWER on IntegriCloud