(bug 6675) Replaced message 'watchthis' with new message
authorJimmy Collins <collinj@users.mediawiki.org>
Sun, 3 Sep 2006 18:51:34 +0000 (18:51 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Sun, 3 Sep 2006 18:51:34 +0000 (18:51 +0000)
'watchthisupload in Special:Upload

RELEASE-NOTES
includes/SpecialUpload.php
languages/MessagesDe.php
languages/MessagesEn.php

index b040de2..a9d76f3 100644 (file)
@@ -177,6 +177,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 7144) Don't "return to main" from OutputPage::loginToUse() if the the user can't
   read the main page in the first place
 * (bug 7188) Fix minor borkage in HTMLForm
+* (bug 6675) Replaced message 'watchthis' with new message 'watchthisupload in Special:Upload
 
 
 == Languages updated ==
index 0330bb0..64d16b8 100644 (file)
@@ -807,7 +807,7 @@ class UploadForm {
                <td></td>
                <td>
                        <input tabindex='7' type='checkbox' name='wpWatchthis' id='wpWatchthis' $watchChecked value='true' />
-                       <label for='wpWatchthis'>" . wfMsgHtml( 'watchthis' ) . "</label>
+                       <label for='wpWatchthis'>" . wfMsgHtml( 'watchthisupload' ) . "</label>
                        <input tabindex='8' type='checkbox' name='wpIgnoreWarning' id='wpIgnoreWarning' value='true' />
                        <label for='wpIgnoreWarning'>" . wfMsgHtml( 'ignorewarnings' ) . "</label>
                </td>
index 24400cc..32ccc45 100644 (file)
@@ -805,6 +805,7 @@ Falls es sich um ein Bild gehandelt hat, so können Sie mit <tt><nowiki>[[{{ns:i
 'uploaddisabledtext'   => 'Das Hochladen von Dateien ist in diesem Wiki deaktiviert.',
 'sourcefilename'       => 'Quelldatei',
 'destfilename'         => 'Dateiname ändern in',
+'watchthisupload'      => 'Diese Seite beobachten',
 'filewasdeleted'       => 'Eine Datei mit diesem Namen wurde schon einmal hochgeladen und zwischenzeitlich wieder gelöscht. Bitte prüfen Sie zuerst den Eintrag im $1, bevor Sie die Datei wirklich speichern.',
 
 'license'              => 'Lizenz',
index a468f0c..fb42e03 100644 (file)
@@ -1159,6 +1159,7 @@ created and by whom, and anything else you may know about it. If this is an imag
 'uploadvirus' => 'The file contains a virus! Details: $1',
 'sourcefilename' => 'Source filename',
 'destfilename' => 'Destination filename',
+'watchthisupload'      => 'Watch this page',
 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.',
 
 'license' => 'Licensing',