ipblocklist: Removed another unused(?) message string

Message ID 20220715122827.2610-1-matthias.fischer@ipfire.org
State Accepted
Commit bcdeb1461f6a712eca4769fba64d39ab1c570476
Headers
Series ipblocklist: Removed another unused(?) message string |

Commit Message

Matthias Fischer July 15, 2022, 12:28 p.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 langs/en/cgi-bin/en.pl | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Stefan Schantl July 15, 2022, 1:17 p.m. UTC | #1
Acked-by: Stefan Schantl  <stefan.schantl@ipfire.org>


Am 15. Juli 2022 14:28:33 schrieb Matthias Fischer 
<matthias.fischer@ipfire.org>:

> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> langs/en/cgi-bin/en.pl | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index 0a9bc8c04..a0b004038 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -1599,7 +1599,6 @@
> 'ipblocklist download error' => 'A download error occured.',
> 'ipblocklist empty blocklist received' => 'An empty blocklist has been 
> received.',
> 'ipblocklist enable' => 'Enable',
> -'ipblocklist entries' => 'Entries',
> 'ipblocklist hits' => 'Total number of blocklist hits for',
> 'ipblocklist id' => 'Blocklist',
> 'ipblocklist input' => 'Packets dropped (IN)',
> --
> 2.25.1
  

Patch

diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 0a9bc8c04..a0b004038 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1599,7 +1599,6 @@ 
 'ipblocklist download error' => 'A download error occured.',
 'ipblocklist empty blocklist received' => 'An empty blocklist has been received.',
 'ipblocklist enable' => 'Enable',
-'ipblocklist entries' => 'Entries',
 'ipblocklist hits' => 'Total number of blocklist hits for',
 'ipblocklist id' => 'Blocklist',
 'ipblocklist input' => 'Packets dropped (IN)',