From: Antoine Musso Date: Thu, 18 Aug 2005 17:10:03 +0000 (+0000) Subject: Fix #3187: watchlist text refer to unexistent "Stop watching" action X-Git-Tag: 1.6.0~1897 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=103e67801a243fed82cfe90254db8238a6afcd7f;p=lhc%2Fweb%2Fwiklou.git Fix #3187: watchlist text refer to unexistent "Stop watching" action --- diff --git a/languages/Language.php b/languages/Language.php index a3e9dca706..408d05534a 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1216,7 +1216,7 @@ Future changes to this page and its associated Talk page will be listed there, and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to make it easier to pick out. -

If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.", +

If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.", 'removedwatch' => 'Removed from watchlist', 'removedwatchtext' => "The page \"$1\" has been removed from your watchlist.", 'watch' => 'Watch',