Update Attributes.php

Unified format changes.  All lang lines should be _definition_ or _definitions_ but not a mix of both.
This commit is contained in:
objecttothis
2019-02-26 13:49:48 +04:00
committed by GitHub
parent 79b00e8040
commit bcf82a0830

View File

@@ -105,7 +105,7 @@ class Attributes extends Secure_Controller
}
else//failure
{
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('attribute_definitions_error_adding_updating').' '.
echo json_encode(array('success' => FALSE, 'message' => $this->lang->line('attribute_definition_error_adding_updating').' Attribute: '.
$definition_name, 'id' => -1));
}
}
@@ -179,4 +179,4 @@ class Attributes extends Secure_Controller
}
}
}
}