1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +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) { if ($revision_status != $status_accepted) {
throw new DifferentialActionHasNoEffectException( throw new DifferentialActionHasNoEffectException(
"You can not mark this revision as committed because it is ". "You can not mark this revision as committed because it has ".
"has not been accepted."); "not been accepted.");
} }
} }