Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -38,7 +38,8 @@ |
39 | 39 | ); |
40 | 40 | $ajaxReview = Xml::encodeJsVar( (object) array( |
41 | 41 | 'sendingMsg' => wfMsgHtml('revreview-submitting'), |
42 | | - 'sentMsg' => wfMsgHtml('revreview-finished'), |
| 42 | + 'sentMsgOK' => wfMsgHtml('revreview-finished'), |
| 43 | + 'sentMsgBad' => wfMsgHtml('revreview-failed'), |
43 | 44 | 'actioncomplete' => wfMsgHtml('actioncomplete'), |
44 | 45 | 'actionfailed' => wfMsgHtml('actionfailed') |
45 | 46 | ) |