Index: trunk/phase3/includes/specials/SpecialTags.php |
— | — | @@ -56,12 +56,12 @@ |
57 | 57 | $newRow .= Xml::tags( 'td', null, Xml::element( 'tt', null, $tag ) ); |
58 | 58 | |
59 | 59 | $disp = ChangeTags::tagDescription( $tag ); |
60 | | - $disp .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag" ), wfMsg( 'tag-edit' ) ) . ')'; |
| 60 | + $disp .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag" ), wfMsg( 'tags-edit' ) ) . ')'; |
61 | 61 | $newRow .= Xml::tags( 'td', null, $disp ); |
62 | 62 | |
63 | 63 | $desc = wfMsgExt( "tag-$tag-description", 'parseinline' ); |
64 | 64 | $desc = wfEmptyMsg( "tag-$tag-description", $desc ) ? '' : $desc; |
65 | | - $desc .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag-description" ), wfMsg( 'tag-edit' ) ) . ')'; |
| 65 | + $desc .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag-description" ), wfMsg( 'tags-edit' ) ) . ')'; |
66 | 66 | $newRow .= Xml::tags( 'td', null, $desc ); |
67 | 67 | |
68 | 68 | $hitcount = wfMsg( 'tags-hitcount', $hitcount ); |