From 995a5fd1fcf3a5c6312a59febe41736dedc6e3d6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 16 Jan 2010 03:45:39 +0000 Subject: [PATCH] Tweaked nosuchsection messages --- languages/messages/MessagesEn.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f8fe0ab125..5d64beb27b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1229,8 +1229,9 @@ Please include all above details in any queries you make.', 'whitelistedittext' => 'You have to $1 to edit pages.', 'confirmedittext' => 'You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].', -'nosuchsectiontitle' => 'No such section', -'nosuchsectiontext' => 'You tried to edit a section that does not exist. +'nosuchsectiontitle' => 'Cannot find section', +'nosuchsectiontext' => 'You tried to edit a section that does not exist. It may have been moved or deleted while you were viewing the page. + Since there is no section $1, there is no place to save your edit.', 'loginreqtitle' => 'Login required', 'loginreqlink' => 'log in', -- 2.20.1