summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-04-24 21:19:52 +0200
committerWarren Baker <warren@decoy.co.za>2012-04-24 21:19:52 +0200
commit1cc71979e44d7955084a0cdb50d7698239fac770 (patch)
treec995817844334717f9ef23db73fbe7ef2b5f9115 /usr/local/www/system_gateway_groups_edit.php
parent6ee04b69c8ace44e798e29e665039455aad1c439 (diff)
downloadpfsense-1cc71979e44d7955084a0cdb50d7698239fac770.zip
pfsense-1cc71979e44d7955084a0cdb50d7698239fac770.tar.gz
Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index e8a1472..2b83959 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -48,7 +48,7 @@ $a_gateway_groups = &$config['gateways']['gateway_group'];
$a_gateways = return_gateways_array();
$categories = array(
- 'downlosslatency' => gettext("Packet Loss or High Latency").
+ 'downlosslatency' => gettext("Packet Loss or High Latency"),
'downloss' => gettext("Packet Loss"),
'downlatency' => gettext("High Latency"),
'down' => gettext("Member Down")
OpenPOWER on IntegriCloud