diff --git a/wire/modules/Fieldtype/FieldtypeComments/CommentNotifications.php b/wire/modules/Fieldtype/FieldtypeComments/CommentNotifications.php index 4f65646b..f69e221e 100644 --- a/wire/modules/Fieldtype/FieldtypeComments/CommentNotifications.php +++ b/wire/modules/Fieldtype/FieldtypeComments/CommentNotifications.php @@ -343,7 +343,7 @@ class CommentNotifications extends Wire { ); if($fieldtype->updateComment($page, $field, $comment, $properties)) { - $info['message'] = "Updated comment $comment->id to '$action'"; + $info['message'] = sprintf($this->_('Updated comment %d to ā€œ%sā€'), $comment->id, $action); $info['success'] = true; $this->wire('log')->message($info['message']); } else {