From patchwork Wed Jan 9 00:14:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2022 Return-Path: Received: from mail01.ipfire.org (unknown [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 9B7CF85D3E9 for ; Tue, 8 Jan 2019 13:14:51 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D6D51221AD72; Tue, 8 Jan 2019 13:14:50 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546953291; 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=XRBitwpzZlYYf0PYX0qcSYXUDLOE1XgNbtJ/haelJn0=; b=t2b85cgNGFnlVkkYLPmCN/gb2+XF5piRLD82eSEzuv0/zqFKzHFCpV0gG4DbyAzU4TgzP7 yn6OYv7GfqpkxM00t/tW6t3CDB6CWoxxNkv+Ykz85PI04mZXRD7thCa/4RXO08h7nwlxyl EorAFgyLUN3ZyeRc69zF8dlDYhT4YVDmc7HCUF4a4Nf4SMhFznKmK2NRF4lOIkv3JnbYK2 ZVNxowCdUsCRfLgp3YtJlQorNi9bzbEW4qH1Zynl4PHu7sBW41yGFK3pJg7rtUumSqlget u7KDseR9NOEYD9GaF68OsH9CJF006we/bnY7VVe6OXZ2bsnXhuUe6y/gkAgzJw== 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 E381721B7135 for ; Tue, 8 Jan 2019 13:14:44 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546953285; 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=XRBitwpzZlYYf0PYX0qcSYXUDLOE1XgNbtJ/haelJn0=; b=yIXTYrjOeiflTFcLU0p3ovJYoF37O+kic0YMLcCrB5iJdrRbxOROol16CVA9r/7tdHzam7 QzJJfnvsOYJt6UjF3a2LXpqCO+xT+xRUefSEicelowT6vgDZYjubPKkKwK6YRelcNh2O4r BkQwQMQihHVB3G1LaLuL5ZweZue29C3BV3YElCDypHCSSUVS5OXaZpN7vkvAUNULt4pDl7 wW46HOhge177PQ4SJ/spsl/lqWjJsZWIwqN99CEblxtm7d5JgJP4yVQFiJ5ScmBL/WKzKS A8CCir7WfN2X1GIpmEQDmMrOb+sgzbai7bPb6SoIUSXtV2HqcgU3gagxNfhh/w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Fix typo in 'html/cgi-bin/logs.cgi/log.dat' Date: Tue, 8 Jan 2019 14:14:41 +0100 Message-Id: <20190108131441.5734-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.06 / 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.16)[0.720,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.06 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" Translation string uses capital letter: 'Captive' => 'Captive Portal', Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/logs.cgi/log.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index f241365a1..153ffb5f0 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -78,7 +78,7 @@ my %sections = ( my %trsections = ( 'auth' => "$Lang::tr{'loginlogout'}", 'wio' => 'Who Is Online?', - 'captive' => $Lang::tr{'captive'}, + 'captive' => $Lang::tr{'Captive'}, 'clamav' => 'ClamAV', 'collectd' => 'Collectd', 'cron' => 'Cron',