_messageTemplates[self::WIDTH_TOO_BIG] = "Maximum width for '%value%' image should be '%maxwidth% px' not '%width% px'"; $this->_messageTemplates[self::HEIGHT_TOO_BIG] = "Maximum height for '%value%' image should be '%maxheight% px' not '%height% px'"; $this->_messageTemplates[self::WIDTH_TOO_SMALL] = "Minimum width for '%value%' image should be '%minwidth% px' not '%width% px'"; $this->_messageTemplates[self::HEIGHT_TOO_SMALL] = "Minimum height for '%value%' image should be '%minheight% px' not '%height% px'"; parent::__construct($options); } }