Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -385,10 +385,9 @@ |
386 | 386 | $convruletitle = $wgContLang->getConvRuleTitle(); |
387 | 387 | if ( $convruletitle ) { |
388 | 388 | $this->mOutput->setTitleText( $convruletitle ); |
| 389 | + } else { |
| 390 | + $this->mOutput->setTitleText( $wgContLang->convert( $this->mOutput->getTitleText() ) ); |
389 | 391 | } |
390 | | - else { |
391 | | - $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) ); |
392 | | - } |
393 | 392 | } |
394 | 393 | |
395 | 394 | $text = $this->mStripState->unstripNoWiki( $text ); |