Merge "Remove "Tag: " prefix, now that they're in MW core"

This commit is contained in:
jenkins-bot 2013-07-11 22:43:34 +00:00 committed by Gerrit Code Review
commit 466a371109

View file

@ -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',