diff --git a/src/etc/rc.initial b/src/etc/rc.initial index ad0b10baa..ef62ba1cb 100755 --- a/src/etc/rc.initial +++ b/src/etc/rc.initial @@ -40,7 +40,7 @@ echo " 1) Assign Interfaces 8) Shell" echo " 2) Set interface(s) IP address 9) pfTop" echo " 3) Reset the root password 10) Filter Logs" echo " 4) Reset to factory defaults 11) Restart web interface" -echo " 5) Halt system 12) Upgrade from console" +echo " 5) Power off system 12) Upgrade from console" echo " 6) Reboot system 13) Restore a configuration" if [ -n "${option99}" ]; then # flat for alignment... diff --git a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml index 533d23c27..63e3aa8f8 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml @@ -32,7 +32,7 @@ - + diff --git a/src/www/diag_halt.php b/src/www/diag_halt.php index e072823ff..cd165053b 100644 --- a/src/www/diag_halt.php +++ b/src/www/diag_halt.php @@ -43,11 +43,11 @@ include('head.inc'); + print_info_box(gettext("The system is powering off now.")); ?> - =gettext("Are you sure you want to halt the system?");?> + =gettext("Are you sure you want to power off the system?");?> " /> =gettext("No");?> @@ -61,10 +61,9 @@ include('head.inc');
=gettext("Are you sure you want to halt the system?");?>
=gettext("Are you sure you want to power off the system?");?>