From: Raimond Spekking Date: Sat, 24 Apr 2010 20:37:56 +0000 (+0000) Subject: Add a comment with the used message keys to make sure the grep find them X-Git-Tag: 1.31.0-rc.0~37018 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=1a450f99fb5fe56d79b90415003b9434240e9da5;p=lhc%2Fweb%2Fwiklou.git Add a comment with the used message keys to make sure the grep find them --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index 7c4c646a18..7a789ae29c 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -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' );