Index: branches/wmf/1.18wmf1/includes/Export.php |
— | — | @@ -687,7 +687,7 @@ |
688 | 688 | } |
689 | 689 | |
690 | 690 | global $wgContLang; |
691 | | - $prefix = $wgContLang->getNsText( $title->getNamespace() ); |
| 691 | + $prefix = str_replace( '_', ' ', $wgContLang->getNsText( $title->getNamespace() ) ); |
692 | 692 | |
693 | 693 | if ($prefix !== '') { |
694 | 694 | $prefix .= ':'; |