From 9f56c8f97dd0f55c1b61066924c826ea6547e917 Mon Sep 17 00:00:00 2001 From: Deskana Date: Wed, 18 Oct 2017 15:11:58 +0100 Subject: [PATCH] Fix missingcommenttext message to be more useful in different page layouts This missingcommenttext message makes reference to a specific page layout, which it shouldn't given the UI can be skinned in a variety of different ways. This patch removes the specific reference to "below", which wasn't particularly helpful anyway. Bug: T158262 Change-Id: Ieb81db162bee6010e85b17355059e18ad447751e --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 9826a56b69..8e18512e60 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -646,7 +646,7 @@ "anonpreviewwarning": "You are not logged in. Saving will record your IP address in this page's edit history.", "missingsummary": "Reminder: You have not provided an edit summary.\nIf you click \"$1\" again, your edit will be saved without one.", "selfredirect": "Warning: You are redirecting this page to itself.\nYou may have specified the wrong target for the redirect, or you may be editing the wrong page.\nIf you click \"$1\" again, the redirect will be created anyway.", - "missingcommenttext": "Please enter a comment below.", + "missingcommenttext": "Please enter a comment.", "missingcommentheader": "Reminder: You have not provided a subject for this comment.\nIf you click \"$1\" again, your edit will be saved without one.", "summary-preview": "Preview of edit summary:", "subject-preview": "Preview of subject:", -- 2.20.1