mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Merge "Remove "Tag: " prefix, now that they're in MW core"
This commit is contained in:
commit
466a371109
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue