diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index 9d9474ca8f..d8d1821757 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -7,9 +7,9 @@ $messages = array(); $messages['en'] = array( 'accesskey-ca-editsource' => 'e', 'accesskey-ca-ve-edit' => 'v', - 'tag-visualeditor' => '[[Special:Tags|Tag]]: [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]]', + 'tag-visualeditor' => '[[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]]', 'tag-visualeditor-description' => 'Edit made using the [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]]', - 'tag-visualeditor-needcheck' => '[[Special:Tags|Tag]]: [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor: Check]]', + 'tag-visualeditor-needcheck' => '[[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor: Check]]', 'tag-visualeditor-needcheck-description' => 'Edit made using the [[{{MediaWiki:Visualeditor-descriptionpagelink}}|VisualEditor]] where the system detected the wikitext possibly having unintended changes.', 'tooltip-ca-createsource' => 'Create the source code of this page', 'tooltip-ca-editsource' => 'Edit the source code of this page',