Index: trunk/extensions/LiquidThreads/classes/Threads.php |
— | — | @@ -194,7 +194,8 @@ |
195 | 195 | wfLoadExtensionMessages( 'LiquidThreads' ); |
196 | 196 | $topThread = $thread->topmostThread(); |
197 | 197 | |
198 | | - $base = $topThread->title()->getText() . '/' . wfMsg('lqt-reply-subpage'); |
| 198 | + $base = $topThread->title()->getText() . '/' |
| 199 | + . wfMsgForContent('lqt-reply-subpage'); |
199 | 200 | |
200 | 201 | return self::incrementedTitle( $base, NS_LQT_THREAD ); |
201 | 202 | } |