Allow translation of 'Changes applied' message on CommentHandler

Co-Authored-By: Cheddam <cheddam@me.com>
This commit is contained in:
Robbie Averill 2019-03-22 15:43:19 +13:00 committed by GitHub
parent 74afde6d9b
commit f0998faafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ abstract class CommentHandler extends Handler
$response->addSuccessRecord($comment);
}
$response->setMessage('Changes applied');
$response->setMessage(_t(__CLASS__ . '.CHANGES_APPLIED', 'Changes applied'));
return $response;
}