From 023a701562ea054794d47fecaea3c44b36e69bb9 Mon Sep 17 00:00:00 2001 From: tomaszantonik Date: Tue, 1 Jul 2014 13:24:49 +0200 Subject: [PATCH] Update Zend_Validate.php --- languages/pl/Zend_Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/pl/Zend_Validate.php b/languages/pl/Zend_Validate.php index 10618ce..598b528 100644 --- a/languages/pl/Zend_Validate.php +++ b/languages/pl/Zend_Validate.php @@ -123,7 +123,7 @@ // Zend\Validator\File\ImageSize "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Maksymalna szerokość to '%maxwidth%'", - "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Minimalna szerokość to '%maxwidth%'", + "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Plik ma szerokość '%width%'. Minimalna szerokość to '%minwidth%'", "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Maksymalna wysokość to '%maxheight%'", "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Plik ma wysokość '%height%'. Minimalna wysokość to '%minheight%'", "The size of image could not be detected" => "Nie można określić rozmiaru pliku",