mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-18 01:00:45 +00:00
Remove unused template dialog title message
The message "visualeditor-dialog-template-insert" was added in 2021 via I5da4003. It was used as a dialog title in ve.ui.MWTemplateDialog.js. In 2021 we introduced three new messages via Ib9b76ca. One of them still says the same as the old message, but got a new key assigned. It appears like we forgot to remove the old message. Change-Id: Ie3854114197e3f36b48bb7efd8dd96a1f9651198
This commit is contained in:
parent
d70e425fc9
commit
91b5cea852
|
@ -2179,7 +2179,6 @@
|
|||
"redirectedfrom",
|
||||
"templatedata-doc-subpage",
|
||||
"visualeditor-changedesc-mwtransclusion",
|
||||
"visualeditor-dialog-template-insert",
|
||||
"visualeditor-dialog-template-title",
|
||||
"visualeditor-dialog-transclusion-action-save",
|
||||
"visualeditor-dialog-transclusion-add-param-error-alias",
|
||||
|
|
|
@ -155,7 +155,6 @@
|
|||
"visualeditor-dialog-table-collapsible": "Collapsible",
|
||||
"visualeditor-dialog-table-sortable": "Sortable",
|
||||
"visualeditor-dialog-table-wikitable": "Styled (wikitable)",
|
||||
"visualeditor-dialog-template-insert": "Insert a template",
|
||||
"visualeditor-dialog-template-title": "Template",
|
||||
"visualeditor-dialog-transclusion-action-save": "Save",
|
||||
"visualeditor-dialog-transclusion-template-title-nonexistent": "This template doesn't exist.",
|
||||
|
|
|
@ -175,7 +175,6 @@
|
|||
"visualeditor-dialog-table-collapsible": "Label for toggle to make a table collapsible\n{{Identical|Collapsible}}",
|
||||
"visualeditor-dialog-table-sortable": "Label for toggle to make a table sortable",
|
||||
"visualeditor-dialog-table-wikitable": "Label for toggle to make a table a wikitable",
|
||||
"visualeditor-dialog-template-insert": "Title for the template dialog to insert a new template.",
|
||||
"visualeditor-dialog-template-title": "{{Identical|Template}}",
|
||||
"visualeditor-dialog-transclusion-action-save": "Label for button that saves changes when editing an existing transclusion in the transclusion dialog.",
|
||||
"visualeditor-dialog-transclusion-template-title-nonexistent": "Message to user that the template name they have provided does not exist on this wiki.\n\nParameters:\n* $1 - Human-readable name of the template.\n* $2 - Full page name of the template.",
|
||||
|
|
Loading…
Reference in a new issue