From 12f22e9c8c239dc2c616ae0321e110e3814cabc8 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Tue, 5 Apr 2016 07:55:41 -0400 Subject: Merge pull request #2837 from phil-davis/we (cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5) --- src/usr/local/www/diag_limiter_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/diag_limiter_info.php') 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; -- cgit v1.1