Index: trunk/extensions/Translate/utils/MessageTable.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | } |
128 | 128 | |
129 | 129 | global $wgLang; |
130 | | - $niceTitle = htmlspecialchars( $wgLang->truncate( $key, - 30 ) ); |
| 130 | + $niceTitle = htmlspecialchars( $wgLang->truncate( $title->getPrefixedText(), - 30 ) ); |
131 | 131 | |
132 | 132 | $linker = class_exists( 'DummyLinker' ) ? new DummyLinker() : new Linker(); |
133 | 133 | $tools['edit'] = $linker->link( |