Index: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php |
— | — | @@ -234,10 +234,10 @@ |
235 | 235 | $log = new LogPage( 'stable' ); |
236 | 236 | # ID, accuracy, depth, style |
237 | 237 | $set = array(); |
238 | | - $set[] = wfMsg( "stabilization-sel-short" ) . ": " . |
239 | | - wfMsg("stabilization-sel-short-{$this->select}"); |
240 | | - $set[] = wfMsg( "stabilization-def-short" ) . ": " . |
241 | | - wfMsg("stabilization-def-short-{$this->override}"); |
| 238 | + $set[] = wfMsgForContent( "stabilization-sel-short" ) . ": " . |
| 239 | + wfMsgForContent("stabilization-sel-short-{$this->select}"); |
| 240 | + $set[] = wfMsgForContent( "stabilization-def-short" ) . ": " . |
| 241 | + wfMsgForContent("stabilization-def-short-{$this->override}"); |
242 | 242 | $settings = '[' . implode(', ',$set). ']'; |
243 | 243 | |
244 | 244 | $comment = ''; |