Add a comment with the used message keys to make sure the grep find them
authorRaimond Spekking <raymond@users.mediawiki.org>
Sat, 24 Apr 2010 20:37:56 +0000 (20:37 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sat, 24 Apr 2010 20:37:56 +0000 (20:37 +0000)
includes/specials/SpecialUpload.php

index 7c4c646..7a789ae 100644 (file)
@@ -745,6 +745,7 @@ class UploadForm extends HTMLForm {
                # Set some form properties
                $this->setSubmitText( wfMsg( 'uploadbtn' ) );
                $this->setSubmitName( 'wpUpload' );
+               # Used message keys: 'accesskey-upload', 'tooltip-upload'
                $this->setSubmitTooltip( 'upload' );
                $this->setId( 'mw-upload-form' );