diff --git a/extension.json b/extension.json index 5b597f68..b7de7df1 100644 --- a/extension.json +++ b/extension.json @@ -113,7 +113,6 @@ "wikieditor-toolbar-tool-link-int-target-status-invalid", "wikieditor-toolbar-tool-link-int-target-status-external", "wikieditor-toolbar-tool-link-int-target-status-disambig", - "wikieditor-toolbar-tool-link-int-invalid", "wikieditor-toolbar-tool-link-lookslikeinternal", "wikieditor-toolbar-tool-link-lookslikeinternal-int", "wikieditor-toolbar-tool-link-lookslikeinternal-ext", diff --git a/i18n/en.json b/i18n/en.json index 239699be..2837e41e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -32,7 +32,6 @@ "wikieditor-toolbar-tool-link-int-target-status-invalid": "The title you specified is invalid", "wikieditor-toolbar-tool-link-int-target-status-external": "External link", "wikieditor-toolbar-tool-link-int-target-status-disambig": "This page is not a content page, but a list of topics with similar names", - "wikieditor-toolbar-tool-link-int-invalid": "The title you specified is invalid.", "wikieditor-toolbar-tool-link-lookslikeinternal": "The URL you specified looks like it was intended as a link to another wiki page.\nDo you want to make it an internal link?", "wikieditor-toolbar-tool-link-lookslikeinternal-int": "Internal link", "wikieditor-toolbar-tool-link-lookslikeinternal-ext": "External link", diff --git a/i18n/qqq.json b/i18n/qqq.json index 506ebfc7..a668fda6 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -65,7 +65,6 @@ "wikieditor-toolbar-tool-link-int-target-status-invalid": "Text shown when the title the user entered is invalid.\n{{Identical|Invalid title}}", "wikieditor-toolbar-tool-link-int-target-status-external": "Text shown when the link target the user entered points to an external web site\n{{Identical|External link}}", "wikieditor-toolbar-tool-link-int-target-status-disambig": "Text shown when the link target that the user entered points to a disambiguation page.\n\nRelated to this message: {{msg-mw|Disambiguator-notification-summary}}.\n\nThese messages should be phrased similarly.\n{{Identical|Disambiguation page}}", - "wikieditor-toolbar-tool-link-int-invalid": "This message appears when you try to create an internal link, but the page title in the link is invalid.", "wikieditor-toolbar-tool-link-lookslikeinternal": "Used in the link dialog of the toolbar as hint when clicking the insert button", "wikieditor-toolbar-tool-link-lookslikeinternal-int": "{{Identical|Internal link}}", "wikieditor-toolbar-tool-link-lookslikeinternal-ext": "{{Identical|External link}}",