From 9a8e9a0b015c92e3044b0bc8e978c496c49087b9 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 18 Sep 2023 08:45:45 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05491=20Fix=20HU=20iTopUpdate:Error:Missi?= =?UTF-8?q?ngFile=20dict=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../itop-core-update/dictionaries/hu.dict.itop-core-update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php index 0cb9515c4..22f011473 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/hu.dict.itop-core-update.php @@ -88,7 +88,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( // Errors 'iTopUpdate:Error:MissingFunction' => 'Lehetetlen elindítani a frissítést, hiányzó funkció', - 'iTopUpdate:Error:MissingFile' => 'Hiányzó fájl: %1$', + 'iTopUpdate:Error:MissingFile' => 'Hiányzó fájl: %1$s', 'iTopUpdate:Error:CorruptedFile' => 'A %1$s fájl sérült', 'iTopUpdate:Error:BadFileFormat' => 'A frissítési fájl nem zip fájl', 'iTopUpdate:Error:BadFileContent' => 'A frissítési fájl nem alkalmazás archívum',