From 45a0b675319267e4bfc8bef2a280a4f6012a7caa Mon Sep 17 00:00:00 2001 From: nkovacs Date: Wed, 11 Mar 2015 17:04:27 +0100 Subject: [PATCH] fix typo in hungarian translation --- framework/messages/hu/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/hu/yii.php b/framework/messages/hu/yii.php index d19039365a..b5dcb7863f 100644 --- a/framework/messages/hu/yii.php +++ b/framework/messages/hu/yii.php @@ -26,7 +26,7 @@ return array ( 'Home' => 'Főoldal', 'Invalid data received for parameter "{param}".' => 'Érvénytelen paraméter: {param}.', 'Login Required' => 'Bejelentkezés szükséges', - 'Missing required arguments: {params}' => 'Hiányzó argomentumok: {params}', + 'Missing required arguments: {params}' => 'Hiányzó argumentumok: {params}', 'Missing required parameters: {params}' => 'Hiányzó paraméterek: {params}', 'No' => 'Nem', 'No help for unknown command "{command}".' => 'Nincs súgó az ismeretlen {command} parancshoz.',