r348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r347‎ | r348 | r349 >
Date:19:38, 6 May 2002
Author:lcrocker
Status:old
Tags:
Comment:
Tweaked upload copyright affirmation text.
Modified paths:
  • /trunk/phpwiki/fpw/wikiTextEn.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/wikiTextEn.php
@@ -387,7 +387,7 @@
388388 $wikiUploadDeleted = "File <b>$1</b> deleted!" ;
389389 $wikiUploadDelMsg1 = "*On $3, [[user:$1|$1]] deleted file '''$2'''\n" ;
390390 $wikiUploadDelMsg2 = "Deletion of file $1" ;
391 -$wikiUploadAffirm = "<nowiki>You need to affirm that the file is not violating copygights. Return to the <a href=\"$THESCRIPT?title=special:upload\">Upload page</a></nowiki>" ;
 391+$wikiUploadAffirm = "<nowiki>You need to affirm that the file you are uploading does not violate copygights. Return to the <a href=\"$THESCRIPT?title=special:upload\">Upload page</a></nowiki>" ;
392392 $wikiUploadRestrictions = "<nowiki>You have to log in to upload a file!</nowiki>" ;
393393 $wikiUploadFull = "Sorry, we are almost out of disk space. We can't let you upload any files right now." ;
394394 $wikiUploadSuccess = "File <b>$1</b> was successfully uploaded!" ;
@@ -413,7 +413,7 @@
414414 $wikiUploadText .= "<li>You can upload as many files you like. Please don't try to crash our server, ha ha.</li>\n";
415415 $wikiUploadText .= "<li>All uploads and deletions are logged in the <a href=\"$THESCRIPT?title=Log:Uploads\">uploads log</a>.</li>\n";
416416 $wikiUploadText .= "</ul>\n";
417 -$wikiUploadAffirmText = "I hereby affirm that this file is <b>not copyrighted</b>, or that I own the copyright for this file and place it under GFDL licence." ;
 417+$wikiUploadAffirmText = "I hereby affirm that this file is not copyrighted, or that the copyright holder agrees to license it under the terms of the <a href="http://www.wikipedia.com/wiki/Wikipedia:Copyrights">Wikipedia copyright</a>." ;
418418 $wikiUploadButton = "Upload" ;
419419 $wikiUploadPrev = "Previously-uploaded files:" ;
420420 $wikiUploadSize = "Size (byte)" ;

Status & tagging log