Skip to content

Commit a4fed05

Browse files
committed
Added NL translation
Fix for english 'Are you sure you want to delete IP list %2', replaced with %s
1 parent e62d618 commit a4fed05

File tree

2 files changed

+212
-120
lines changed

2 files changed

+212
-120
lines changed

web/inc/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
'BLACKLIST' => 'BLACKLIST',
797797
'IPVERSE' => 'IPVERSE',
798798
'IPSET_CREATED_OK' => 'IP list created successfully',
799-
'DELETE_IPSET_CONFIRMATION' => 'Are you sure you want to delete IP list %2',
799+
'DELETE_IPSET_CONFIRMATION' => 'Are you sure you want to delete IP list %s',
800800
'1 Ipset list' => '1 IP list',
801801
'%s Ipset lists' => '%s IP lists',
802802
'There are currently no IP lists defined.' => 'There are currently no IP lists defined.',

0 commit comments

Comments
 (0)