From patchwork Fri Jul 15 12:28:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5754 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LkrHj3Glvz3x1v for ; Fri, 15 Jul 2022 12:28:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LkrHh4lZKz5Rs; Fri, 15 Jul 2022 12:28:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LkrHh4NGmz2yjv; Fri, 15 Jul 2022 12:28:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LkrHh1ck2z2xGC for ; Fri, 15 Jul 2022 12:28:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LkrHg629pz1Ll for ; Fri, 15 Jul 2022 12:28:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657888111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6JDJJfrN+dxpfuI57qWEdqrShTV5fx2lhZlYj1Vs4Vw=; b=F5w2tNu0LmJmVb5UsH3vTQ05PRfAx5A/w6LA9AkP+xPxnC5zxrbEN02xomseRgGGdmnmb1 hfL7B5V/hyKRtWBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657888111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6JDJJfrN+dxpfuI57qWEdqrShTV5fx2lhZlYj1Vs4Vw=; b=M459sivXiEx+bARI0ftCLtFWss69HRd+xMGFvCjfyaTmjnDAzWZWv78s8e8+6gr3haZM9t zSbVBbSnF4Dp2UYQtmpq/VypbzDqt3JGwydsK4PfN+PcmbiQPakLLBpN5WTuaeTOD95w1f AiUz5Mu0LCy6nA9lD+BGPn8gZA3m/J+KcC68kY4BPy6tXF43Xe0UiCGN7rTyAZlkbCzCT/ H+S0guzff4fRC5p5UtUmSMuVTFv7JD03ok93B33iKtOYYyjOv2Wjwh1fBPaglNP+XxD9ad Yg5X/ifwr79jshwQU/6gOshp/W1LLPbKRX+RvqfAqIWPgTW04bVPKlQCh+gCuQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ipblocklist: Removed another unused(?) message string Date: Fri, 15 Jul 2022 14:28:27 +0200 Message-Id: <20220715122827.2610-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Acked-by: Stefan Schantl --- 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)',