From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] en.pl: fix accidentially removed line by ./make.sh langs Date: Mon, 16 Nov 2020 18:42:12 +0100 Message-ID: <5d0fd5cd-fc7f-aada-b10e-ec90a44bec3b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5529677805108929952==" List-Id: --===============5529677805108929952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- langs/en/cgi-bin/en.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 8e293d5c1..6a97ee8fc 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1534,7 +1534,8 @@ 'ip alias changed' => 'External IP alias changed', 'ip alias removed' => 'External IP alias removed', 'ip basic info' => 'Basic IP information', -'ip info' => 'IP information for', +'ip info' => 'IP information', +'ip info for' => 'IP information for', 'ipfire has now rebooted' => 'IPFire is rebooting now.', 'ipfire has now shutdown' => 'IPFire is shutting down now.', 'ipfire side' => 'IPFire side:', -- 2.26.2 --===============5529677805108929952==--