Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -53,7 +53,8 @@ |
54 | 54 | return; |
55 | 55 | } |
56 | 56 | |
57 | | - $wgOut->setPageTitle( wfMsgHtml( 'code-rev-title', $this->mRev->getIdStringUnique() ) ); |
| 57 | + $revTitle = str_replace( '.', wfMsg( 'word-separator' ), $this->mRev->getIdStringUnique() ); |
| 58 | + $wgOut->setPageTitle( wfMsgHtml( 'code-rev-title', $revTitle ) ); |
58 | 59 | |
59 | 60 | $repoLink = $this->mSkin->link( SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() ), |
60 | 61 | htmlspecialchars( $this->mRepo->getName() ) ); |