From 1eb88b0e9a4d8a1918a8eef857718a3763a5442e Mon Sep 17 00:00:00 2001 From: orin Date: Mon, 23 Oct 2023 21:51:14 +0200 Subject: [PATCH] Fix incorrect number of parameters in hu-hu --- langs/hu-hu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/hu-hu.php b/langs/hu-hu.php index baea180..01e4b5a 100644 --- a/langs/hu-hu.php +++ b/langs/hu-hu.php @@ -97,7 +97,7 @@ $s['weFoundBuilds'] = 'A lekérdezés során %d építményeket találtuk $s['sortByDate'] = 'Az eredmények rendezése a hozzáadás dátuma szerint'; $s['nextPage'] = 'Következő'; $s['prevPage'] = 'Előző'; -$s['pageOf'] = '%d oldal %d-ből %d'; //1. oldal a 48-ból +$s['pageOf'] = '%d oldal %d-ből'; //1. oldal a 48-ból //fetchupd.php $s['responseFromServer'] = 'Kiszolgáló válasza';