Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397

This commit is contained in:
Warren Baker 2012-04-24 21:19:52 +02:00
parent 6ee04b69c8
commit 1cc71979e4

View File

@ -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")