Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -1320,7 +1320,7 @@ |
1321 | 1321 | |
1322 | 1322 | global $wgFlaggedRevsAutopromoteInRC; |
1323 | 1323 | $log = new LogPage( 'rights', $wgFlaggedRevsAutopromoteInRC ); |
1324 | | - $log->addEntry( 'rights', $user->getUserPage(), wfMsg( 'rights-editor-autosum' ), |
| 1324 | + $log->addEntry( 'rights', $user->getUserPage(), wfMsgForContent( 'rights-editor-autosum' ), |
1325 | 1325 | array( implode( ', ', $groups ), implode( ', ', $newGroups ) ) ); |
1326 | 1326 | $user->addGroup( 'editor' ); |
1327 | 1327 | |