|
|
@@ -420,7 +420,7 @@ class TranslateBehavior extends ModelBehavior {
|
|
|
foreach (array('hasOne', 'hasMany', 'belongsTo', 'hasAndBelongsToMany') as $type) {
|
|
|
if (isset($model->{$type}[$association]) || isset($model->__backAssociation[$type][$association])) {
|
|
|
trigger_error(
|
|
|
- __d('cake_dev', 'Association %s is already binded to model %s', $association, $model->alias),
|
|
|
+ __d('cake_dev', 'Association %s is already bound to model %s', $association, $model->alias),
|
|
|
E_USER_ERROR
|
|
|
);
|
|
|
return false;
|