From ee5ccdb807769abc2fa3b7d7e9c75ac80c68b611 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 16 Dec 2012 19:31:16 +0200 Subject: [PATCH] Remove nocreatetitle This message was removed from OutputPage in commit 3801a3cd and it doesn't appear to be used elsewhere. Change-Id: Iba5de5ba6f6e699bac5b1e21efd8869006398f1b --- languages/messages/MessagesEn.php | 1 - maintenance/language/messages.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ee9f7e69d1..6f92e522d5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1459,7 +1459,6 @@ The latest log entry is provided below for reference:", 'hiddencategories' => 'This page is a member of {{PLURAL:$1|1 hidden category|$1 hidden categories}}:', 'edittools' => '', # only translate this message to other languages if you have to change it 'edittools-upload' => '-', # only translate this message to other languages if you have to change it -'nocreatetitle' => 'Page creation limited', 'nocreatetext' => '{{SITENAME}} has restricted the ability to create new pages. You can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].', 'nocreate-loggedin' => 'You do not have permission to create new pages.', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 87625b0e4f..a7db8f7417 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -672,7 +672,6 @@ $wgMessageStructure = array( 'hiddencategories', 'edittools', 'edittools-upload', - 'nocreatetitle', 'nocreatetext', 'nocreate-loggedin', 'sectioneditnotsupported-title', -- 2.20.1