mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-27 09:10:00 +00:00
Remove misplaced message keys from a comment
These messages are still used in ParamImportWidget, originally added via I985ea03 in 2014. The comments have been added much later, see Ib53aa55. This was really only a copy-paste mistake because of the very similar message keys. Change-Id: I78e1a8aec200299e72ce8354ea722ad9c1fd27c0
This commit is contained in:
parent
f58acc95f7
commit
b703aa71e6
|
@ -1212,8 +1212,6 @@ Dialog.prototype.createParamDetails = function () {
|
|||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-deprecatedValue
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-description
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-example
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-importoption
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-importoption-subtitle
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-label
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-name
|
||||
// * tdg-templateDataDialog-paramInput tdg-templateDataDialog-paramList-required
|
||||
|
@ -1233,8 +1231,6 @@ Dialog.prototype.createParamDetails = function () {
|
|||
// * templatedata-modal-table-param-deprecatedValue
|
||||
// * templatedata-modal-table-param-description
|
||||
// * templatedata-modal-table-param-example
|
||||
// * templatedata-modal-table-param-importoption
|
||||
// * templatedata-modal-table-param-importoption-subtitle
|
||||
// * templatedata-modal-table-param-label
|
||||
// * templatedata-modal-table-param-name
|
||||
// * templatedata-modal-table-param-required
|
||||
|
@ -1273,8 +1269,6 @@ Dialog.prototype.updateParamDetailsLanguage = function () {
|
|||
// * templatedata-modal-table-param-deprecatedValue
|
||||
// * templatedata-modal-table-param-description
|
||||
// * templatedata-modal-table-param-example
|
||||
// * templatedata-modal-table-param-importoption
|
||||
// * templatedata-modal-table-param-importoption-subtitle
|
||||
// * templatedata-modal-table-param-label
|
||||
// * templatedata-modal-table-param-name
|
||||
// * templatedata-modal-table-param-required
|
||||
|
|
Loading…
Reference in a new issue