Index: trunk/extensions/CodeReview/CodeReview.i18n.php |
— | — | @@ -247,7 +247,7 @@ |
248 | 248 | 'action-codereview-signoff' => 'sign off on revisions', |
249 | 249 | 'action-codereview-link-user' => 'link authors to wiki users', |
250 | 250 | 'action-codereview-associate' => 'manage revision associations', |
251 | | - 'action-codereview-review-own' => 'mark your own revisions as "{{int:code-status-ok}} or "{{int:code-status-resolved}}"', |
| 251 | + 'action-codereview-review-own' => 'mark your own revisions as "{{int:code-status-ok}}" or "{{int:code-status-resolved}}"', |
252 | 252 | |
253 | 253 | 'specialpages-group-developer' => 'Developer tools', |
254 | 254 | |