Index: trunk/phase3/skins/Vector.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | ); |
112 | 112 | $links['namespaces'][$subjectId]['context'] = 'subject'; |
113 | 113 | $links['namespaces'][$talkId] = $this->tabAction( |
114 | | - $talkPage, 'nstab-talk', $isTalk, '', true |
| 114 | + $talkPage, 'talk', $isTalk, '', true |
115 | 115 | ); |
116 | 116 | $links['namespaces'][$talkId]['context'] = 'talk'; |
117 | 117 | |