From patchwork Thu Dec 27 00:37:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2005 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 937B28ABDCA for ; Wed, 26 Dec 2018 13:37:33 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id ACC8421F9406; Wed, 26 Dec 2018 13:37:32 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1545831452; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=HTyhDQo382WBgGDxVzFdJDzz1XlNOTH5oMLaGccxi00=; b=yOuLc66HTNSpL9Xa0GnpC7hykPuFTyQaOoqgmQ8yFFIKn8sZYFc+un8D1iho2SSaZ6Iy0Q Ml5diq0O0Evy5+4QB4tg8tP1RinwTdeuOJOutbVpSKTF4SwVwbR5ZZMjKwI9zH1hCie7l5 4qCOLzvifIJDrLIyz65n9mjapgIfQPyuMJumBr8Siae7zMyzHL9mNTNWp8Jne6NzFp9iTV CniZv82YZhl1BadK80xpu5buzzLO5It2x1mzR08a2qisI1OKER9aamtaCAuRSTq94UiRFc w4gorEGCBlyjk9a4nHViomxVd9dxEdpdEScpJsZ6Te4/wnoxefphrPsq3t2Q7A== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id D88AA2131722 for ; Wed, 26 Dec 2018 13:37:29 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1545831450; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=HTyhDQo382WBgGDxVzFdJDzz1XlNOTH5oMLaGccxi00=; b=XZLbyeGAsjtdydgsAryguhk0rad65p2WovCFbwbAmVwpC3ICGbU9PuH2KeL79az/s9ALu2 h1QAYOXhQ01nj1VHLWIJKYLIBVSUZZ/RpzGogpkm07hRZGZhen0TrjDjO7pRio2459JctP MMiLragWwIV00hYrzTZM1a2mmgxbcBTwhYuYs5MfeB2UUEtH/GOicAdyY08akf1xzXNpwq 9wNJCwRqgbD1eMLAlfaRnyMY4L4jf5h4T/FErUzHUDcZ5JSy5WZixJ/CL1Q1ydERfxExaN yweEomMEsjkOheCOlagoAVfQcvEhrO+aaHdzhXb3Qdap0FAPKQMROSmMUVZsyg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dnsforward.cgi: fix for language string Date: Wed, 26 Dec 2018 14:37:25 +0100 Message-Id: <20181226133725.975-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [0.26 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM(2.36)[0.787,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=0.26 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Hi, In https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=1a26564e95b5694337e51860544e7775d35055f3 the language string 'dnsforward forward_server' => 'DNS-Server', was deleted and replaced by 'dnsforward forward_servers' => 'DNS-Server', IMHO this leads to an empty string in 'dnsforward.cgi', line 223: ... $Lang::tr{'dnsforward forward_server'}: * ... I changed this line... Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/dnsforward.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/dnsforward.cgi b/html/cgi-bin/dnsforward.cgi index 521a7a20b..0439817b9 100644 --- a/html/cgi-bin/dnsforward.cgi +++ b/html/cgi-bin/dnsforward.cgi @@ -220,7 +220,7 @@ print < - $Lang::tr{'dnsforward forward_server'}: * + $Lang::tr{'dnsforward forward_servers'}: *