1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
This commit is contained in:
vrana 2012-04-19 14:13:07 -07:00
parent 0141bb8ee4
commit 9fd3958567

View file

@ -347,8 +347,8 @@ final class DifferentialCommentEditor {
if ($revision_status != $status_accepted) {
throw new DifferentialActionHasNoEffectException(
"You can not mark this revision as committed because it is ".
"has not been accepted.");
"You can not mark this revision as committed because it has ".
"not been accepted.");
}
}