Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | |
34 | 34 | $ajaxReview = Xml::encodeJsVar( (object) array( |
35 | 35 | 'sendingMsg' => wfMsgHtml('revreview-submitting'), |
36 | | - 'sentMsgOK' => wfMsgHtml('revreview-finished'), |
| 36 | + 'sentMsgOk' => wfMsgHtml('revreview-finished'), |
37 | 37 | 'sentMsgBad' => wfMsgHtml('revreview-failed'), |
38 | 38 | 'actioncomplete' => wfMsgHtml('actioncomplete'), |
39 | 39 | 'actionfailed' => wfMsgHtml('actionfailed') |