Forward Firewall: BUG: when creating a new group in firewall-groups with the same name as an existing group, the line "no rule defined" was added.

BUG: THe line "no rules defined" is now "no entries in this group".
This commit is contained in:
Alexander Marx
2013-08-13 16:00:32 +02:00
parent 4f585d559f
commit f195a8d763
3 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
%tr = (
%tr = (
%tr,
'Act as' => 'Act as:',
@@ -1044,6 +1044,7 @@
'fwhost err addr' => 'Invalid IP address or subnet',
'fwhost err addrgrp' => 'Please provide a group name',
'fwhost err empty' => 'Please fill in all input fields',
'fwhost err emptytable' => 'No entries in this group',
'fwhost err groupempty' => 'The selected group is empty',
'fwhost err grpexist' => 'Group already exists',
'fwhost err hostexist' => 'A host with the same name already exists',