summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:54:08 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:54:13 -0400
commitce8716194643adee34e474dc1813d804e55a37cb (patch)
tree7194f8126910adcebc4661ead0b1e9a91ffc2414 /src/usr/local/www/diag_routes.php
parent09cacd561f27ae50e797824d00b4b4bc1e3423bb (diff)
downloadpfsense-ce8716194643adee34e474dc1813d804e55a37cb.zip
pfsense-ce8716194643adee34e474dc1813d804e55a37cb.tar.gz
Merge pull request #2830 from NOYB/Diagnostics_-_Remove_Personalizations
(cherry picked from commit 235d9db9da3f871d6daefa4130abb8fb960a0222)
Diffstat (limited to 'src/usr/local/www/diag_routes.php')
-rw-r--r--src/usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_routes.php b/src/usr/local/www/diag_routes.php
index d94b416..5ba3c2b 100644
--- a/src/usr/local/www/diag_routes.php
+++ b/src/usr/local/www/diag_routes.php
@@ -114,7 +114,7 @@ $section->addInput(new Form_Checkbox(
'Enable',
$resolve
))->setHelp('Enabling name resolution may cause the query to take longer.'.
- ' You can stop it at any time by clicking the Stop button in your browser.');
+ ' It can be stopped at any time by clicking the Stop button in the browser.');
$validLimits = array('10', '50', '100', '200', '500', '1000', 'all');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud