Bring the filepageexists message in-line with the actual behaviour of the software...
authorAndrew Garrett <werdna@users.mediawiki.org>
Mon, 25 Feb 2008 13:01:38 +0000 (13:01 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Mon, 25 Feb 2008 13:01:38 +0000 (13:01 +0000)
RELEASE-NOTES
languages/messages/MessagesEn.php

index 95efe80..dc764fc 100644 (file)
@@ -40,6 +40,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
 * (bug 13140) Show parent categories in category namespace
 * (bug 13149) Correctly format 'fileexists' message on Upload page.
+* Make filepageexists accurate.
 
 === API changes in 1.13 ===
 
index 2825d70..5249ef7 100644 (file)
@@ -1421,7 +1421,7 @@ To include a file in a page, use a link in the form
 'largefileserver'             => 'This file is bigger than the server is configured to allow.',
 'emptyfile'                   => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
 'fileexists'                  => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
-'filepageexists'              => 'A page (not a file) with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
+'filepageexists'              => "The description page for this file has already been created at <strong><tt>$1</tt></strong>, but no file with this name currently exists. The summary you enter will not appear on the description page. To make your summary appear there, you will need to manually edit it",
 'fileexists-extension'        => 'A file with a similar name exists:<br />
 Name of the uploading file: <strong><tt>$1</tt></strong><br />
 Name of the existing file: <strong><tt>$2</tt></strong><br />