AutoLoad RecentChange
[lhc/web/wiklou.git] / includes / SpecialWatchlist.php
index c8e70a8..68113fc 100644 (file)
@@ -97,7 +97,7 @@ function wfSpecialWatchlist( $par ) {
                                $wgOut->addHTML( "<br />\n" . wfMsg( 'iteminvalidname', htmlspecialchars($one) ) );
                        }
                }
-               $wgOut->addHTML( "done.</p>\n" );
+               $wgOut->addHTML( "<br />\n" . wfMsg( 'wldone' ) . "</p>\n" );
        }
 
        if ( $wgUseWatchlistCache ) {