summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_limiter_info.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-05 07:55:41 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-05 07:55:47 -0400
commit12f22e9c8c239dc2c616ae0321e110e3814cabc8 (patch)
tree28d3447654b91a51f58522e60c005c0d00c45099 /src/usr/local/www/diag_limiter_info.php
parente2fba23c6bea2f0254249ff97146af82c690010a (diff)
downloadpfsense-12f22e9c8c239dc2c616ae0321e110e3814cabc8.zip
pfsense-12f22e9c8c239dc2c616ae0321e110e3814cabc8.tar.gz
Merge pull request #2837 from phil-davis/we
(cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
Diffstat (limited to 'src/usr/local/www/diag_limiter_info.php')
-rw-r--r--src/usr/local/www/diag_limiter_info.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_limiter_info.php b/src/usr/local/www/diag_limiter_info.php
index 93258fe..8295117 100644
--- a/src/usr/local/www/diag_limiter_info.php
+++ b/src/usr/local/www/diag_limiter_info.php
@@ -68,7 +68,7 @@ $shortcut_section = "trafficshaper-limiters";
if ($_REQUEST['getactivity']) {
$text = `/sbin/ipfw pipe show`;
if ($text == "") {
- $text = gettext("We could not find any limiters on this system.");
+ $text = gettext("No limiters were found on this system.");
}
echo gettext("Limiters:") . "\n";
echo $text;
OpenPOWER on IntegriCloud