Fix name of file GUI message (…-modal-… not …-model-…)

Bug: 65545
Change-Id: I7084b1738ff5e880c104aace3425114258e87bca
This commit is contained in:
James D. Forrester 2014-05-20 12:51:13 -07:00
parent 759f0eef20
commit b50d5d1a6b

View file

@ -688,7 +688,7 @@
'number': mw.msg( 'templatedata-modal-table-param-type-number' ), 'number': mw.msg( 'templatedata-modal-table-param-type-number' ),
'string': mw.msg( 'templatedata-modal-table-param-type-string' ), 'string': mw.msg( 'templatedata-modal-table-param-type-string' ),
'string/wiki-user-name': mw.msg( 'templatedata-modal-table-param-type-user' ), 'string/wiki-user-name': mw.msg( 'templatedata-modal-table-param-type-user' ),
'string/wiki-file-name': mw.msg( 'templatedata-model-table-param-type-file' ), 'string/wiki-file-name': mw.msg( 'templatedata-modal-table-param-type-file' ),
'string/wiki-page-name': mw.msg( 'templatedata-modal-table-param-type-page' ) 'string/wiki-page-name': mw.msg( 'templatedata-modal-table-param-type-page' )
}; };
domObjects = { domObjects = {