mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-14 10:43:56 -04:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user