From c2b6c6b2df9fbf9bef93b669d04aec27bf17bf6b Mon Sep 17 00:00:00 2001 From: ayush_garg Date: Tue, 3 Mar 2015 10:08:42 +0530 Subject: [PATCH] Make addedwatchtext less verbose Bug: T13665 Change-Id: Ic9c761a1c2f214c07840271253bbdcf902a2f24b --- languages/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 31c766fdb1..2d13c98160 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1831,10 +1831,10 @@ "watchlistanontext": "Please log in to view or edit items on your watchlist.", "watchnologin": "Not logged in", "addwatch": "Add to watchlist", - "addedwatchtext": "The page \"[[:$1]]\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated talk page will be listed there.", + "addedwatchtext": "\"[[:$1]]\" and its discussion page have been added to your [[Special:Watchlist|watchlist]].", "addedwatchtext-short": "The page \"$1\" has been added to your watchlist.", "removewatch": "Remove from watchlist", - "removedwatchtext": "The page \"[[:$1]]\" has been removed from [[Special:Watchlist|your watchlist]].", + "removedwatchtext": "\"[[:$1]]\" and its discussion page have been removed from your [[Special:Watchlist|watchlist]].", "removedwatchtext-short": "The page \"$1\" has been removed from your watchlist.", "watch": "Watch", "watchthispage": "Watch this page", -- 2.20.1