diff options
author | Warren Baker <warren@decoy.co.za> | 2012-04-24 21:19:52 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2012-04-24 21:19:52 +0200 |
commit | 1cc71979e44d7955084a0cdb50d7698239fac770 (patch) | |
tree | c995817844334717f9ef23db73fbe7ef2b5f9115 /usr/local/www | |
parent | 6ee04b69c8ace44e798e29e665039455aad1c439 (diff) | |
download | pfsense-1cc71979e44d7955084a0cdb50d7698239fac770.zip pfsense-1cc71979e44d7955084a0cdb50d7698239fac770.tar.gz |
Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/system_gateway_groups_edit.php | 2 |
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") |