Firewall Rules Edit translate Source and Destination
These bits were not translating. Line 1406 could possibly be like: ``` $group = new Form_Group($name . ' ' . gettext('Port Range')); ``` But then that assumes that in every target language the translation of "Source" or "Destination" can be put in front of the translation of "Port Range".
So I have given the translators both full phrases to do what they like with.
Firewall Rules Edit translate Source and Destination
These bits were not translating.
Line 1406 could possibly be like:
```
$group = new Form_Group($name . ' ' . gettext('Port Range'));
```
But then that assumes that in every target language the translation of "Source" or "Destination" can be put in front of the translation of "Port Range".
So I have given the translators both full phrases to do what they like with.