From 002e52cc3e1f0b955b10a1772bdc0ec4cd820ae6 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 30 Jan 2023 17:21:41 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05929=20-=20Fix=20parse=20error=20due=20t?= =?UTF-8?q?o=20not=20closed=20array=20from=20bbea9782?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/layouts/page-content/hu.dictionary.itop.page-content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php index c990b0478d..bb266187ed 100644 --- a/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php @@ -5,3 +5,4 @@ */ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UIBlock:Error:CannotGetBlocks' => 'Nem tudta lekérni a blokkokat a "%1$s" tartalmi területről, mivel úgy tűnik, hogy létezik a "%2$s" oldal tartalmához.', +]);