bug 3208: split the other meaning of filedesc to fileuploadsummary, which is wikitext
This commit is contained in:
parent
7853a662d9
commit
181c090f28
2 changed files with 3 additions and 2 deletions
|
|
@ -530,7 +530,7 @@ class UploadForm {
|
|||
$sourcefilename = wfMsgHtml( 'sourcefilename' );
|
||||
$destfilename = wfMsgHtml( 'destfilename' );
|
||||
|
||||
$fd = wfMsgHtml( 'filedesc' );
|
||||
$summary = wfMsgWikiHtml( 'fileuploadsummary' );
|
||||
$ulb = wfMsgHtml( 'uploadbtn' );
|
||||
|
||||
|
||||
|
|
@ -565,7 +565,7 @@ class UploadForm {
|
|||
<input tabindex='1' type='text' name='wpDestFile' id='wpDestFile' size='40' value=\"$encDestFile\" />
|
||||
</td></tr><tr>
|
||||
|
||||
<td align='right'>{$fd}:</td><td align='left'>
|
||||
<td align='right'>{$summary}</td><td align='left'>
|
||||
<textarea tabindex='2' name='wpUploadDescription' rows='6' cols='{$cols}'{$ew}>"
|
||||
. htmlspecialchars( $this->mUploadDescription ) .
|
||||
"</textarea>
|
||||
|
|
|
|||
|
|
@ -1012,6 +1012,7 @@ To include the image in a page, use a link in the form
|
|||
'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
|
||||
'filename' => 'Filename',
|
||||
'filedesc' => 'Summary',
|
||||
'fileuploadsummary' => 'Summary:',
|
||||
'filestatus' => 'Copyright status',
|
||||
'filesource' => 'Source',
|
||||
'copyrightpage' => "Project:Copyrights",
|
||||
|
|
|
|||
Loading…
Reference in a new issue