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:
Thiemo Kreuz 2022-07-27 08:54:31 +02:00
parent d70e425fc9
commit 91b5cea852
3 changed files with 0 additions and 3 deletions

View file

@ -2179,7 +2179,6 @@
"redirectedfrom", "redirectedfrom",
"templatedata-doc-subpage", "templatedata-doc-subpage",
"visualeditor-changedesc-mwtransclusion", "visualeditor-changedesc-mwtransclusion",
"visualeditor-dialog-template-insert",
"visualeditor-dialog-template-title", "visualeditor-dialog-template-title",
"visualeditor-dialog-transclusion-action-save", "visualeditor-dialog-transclusion-action-save",
"visualeditor-dialog-transclusion-add-param-error-alias", "visualeditor-dialog-transclusion-add-param-error-alias",

View file

@ -155,7 +155,6 @@
"visualeditor-dialog-table-collapsible": "Collapsible", "visualeditor-dialog-table-collapsible": "Collapsible",
"visualeditor-dialog-table-sortable": "Sortable", "visualeditor-dialog-table-sortable": "Sortable",
"visualeditor-dialog-table-wikitable": "Styled (wikitable)", "visualeditor-dialog-table-wikitable": "Styled (wikitable)",
"visualeditor-dialog-template-insert": "Insert a template",
"visualeditor-dialog-template-title": "Template", "visualeditor-dialog-template-title": "Template",
"visualeditor-dialog-transclusion-action-save": "Save", "visualeditor-dialog-transclusion-action-save": "Save",
"visualeditor-dialog-transclusion-template-title-nonexistent": "This template doesn't exist.", "visualeditor-dialog-transclusion-template-title-nonexistent": "This template doesn't exist.",

View file

@ -175,7 +175,6 @@
"visualeditor-dialog-table-collapsible": "Label for toggle to make a table collapsible\n{{Identical|Collapsible}}", "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-sortable": "Label for toggle to make a table sortable",
"visualeditor-dialog-table-wikitable": "Label for toggle to make a table a wikitable", "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-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-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.", "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.",