Index: trunk/phase3/includes/SpecialUpload.php |
— | — | @@ -722,7 +722,7 @@ |
723 | 723 | "<span class='error'>{$msg}</span>\n" ); |
724 | 724 | } |
725 | 725 | $wgOut->addHTML( '<div id="uploadtext">' ); |
726 | | - $wgOut->addWikiText( wfMsg( 'uploadtext' ) ); |
| 726 | + $wgOut->addWikiText( wfMsgNoTrans( 'uploadtext', $this->mDestFile ) ); |
727 | 727 | $wgOut->addHTML( '</div>' ); |
728 | 728 | |
729 | 729 | $sourcefilename = wfMsgHtml( 'sourcefilename' ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -130,6 +130,7 @@ |
131 | 131 | * (bug 8703) Corrected Talk namespace name for Limburgish (li) |
132 | 132 | * (bug 8712) Expose user groups as a JavaScript global |
133 | 133 | * Introduce 'CustomEditor' hook; see docs/hooks.txt for more information |
| 134 | +* (bug 8671) Expose "wpDestFile" as a parameter to "uploadtext" |
134 | 135 | |
135 | 136 | == Languages updated == |
136 | 137 | |