Index: trunk/phase3/skins/Nostalgia.php |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | $s .= $this->variantLinks(); |
73 | 73 | $s .= $this->extensionTabLinks(); |
74 | 74 | if ( $wgUser->isAnon() ) { |
75 | | - $s .= $sep . $this->specialLink( 'Watchlist' ); |
| 75 | + $s .= $sep . $this->specialLink( 'Userlogin' ); |
76 | 76 | } else { |
77 | 77 | /* show user page and user talk links */ |
78 | 78 | $s .= $sep . $this->link( $wgUser->getUserPage(), wfMsgHtml( 'mypage' ) ); |