// changed English strings, especially focusing on colons harmonization
This commit is contained in:
@@ -177,7 +177,7 @@ class AdminGendersControllerCore extends AdminController
|
||||
if (isset($this->fieldImageSettings['name']) && isset($this->fieldImageSettings['dir']))
|
||||
{
|
||||
if (!Validate::isInt(Tools::getValue('img_width')) || !Validate::isInt(Tools::getValue('img_height')))
|
||||
$this->errors[] = Tools::displayError('Width and height must be numeric values');
|
||||
$this->errors[] = Tools::displayError('Width and height must be numeric values.');
|
||||
else
|
||||
{
|
||||
if ((int)Tools::getValue('img_width') > 0 && (int)Tools::getValue('img_height') > 0)
|
||||
|
||||
Reference in New Issue
Block a user