converted text domain to string instead of constant
This commit is contained in:
@ -50,7 +50,7 @@ class Model extends \Sudzy\ValidModel {
|
||||
$column = $matches[1];
|
||||
$this->setError(
|
||||
sprintf(
|
||||
__('Another record already exists. Please specify a different "%1$s".', MAILPOET),
|
||||
__('Another record already exists. Please specify a different "%1$s".', 'mailpoet'),
|
||||
$column
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user