summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:52:25 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:52:30 -0400
commit4a22d33f987e683825d1df1654d8b5eaf8cff4b2 (patch)
tree2cc30ea96cc6cac027a63513f9afda6f3a4f64fe /src/usr/local/www/status_interfaces.php
parenta592bb277478edcf420fda8a351920d65857f940 (diff)
downloadpfsense-4a22d33f987e683825d1df1654d8b5eaf8cff4b2.zip
pfsense-4a22d33f987e683825d1df1654d8b5eaf8cff4b2.tar.gz
Merge pull request #2827 from NOYB/Status_-_Remove_Personalizations
(cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
Diffstat (limited to 'src/usr/local/www/status_interfaces.php')
-rw-r--r--src/usr/local/www/status_interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php
index 3a46b04..4afb95d 100644
--- a/src/usr/local/www/status_interfaces.php
+++ b/src/usr/local/www/status_interfaces.php
@@ -214,7 +214,7 @@ foreach ($ifdescrs as $ifdescr => $ifname):
print_info_box(gettext("Using dial-on-demand will bring the connection up again if any packet ".
"triggers it. To substantiate this point: disconnecting manually ".
"will <strong>not</strong> prevent dial-on-demand from making connections ".
- "to the outside! Don't use dial-on-demand if you want to make sure that the line ".
- "is kept disconnected."), 'warning', false);
+ "to the outside! Don't use dial-on-demand if the line ".
+ "is to be kept disconnected."), 'warning', false);
include("foot.inc");
?>
OpenPOWER on IntegriCloud