mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Make beta notice more informative and increase CSS width.
Point out that the software may have issues, and point users to the "Edit source" link explicitly. Change-Id: Id84d76887038a3a6a9e11a203f19dc3db7703e6a
This commit is contained in:
parent
ee5c90f8b0
commit
c5de7696a7
|
@ -25,7 +25,7 @@ $messages['en'] = array(
|
|||
'visualeditor-annotationbutton-italic-tooltip' => 'Italic',
|
||||
'visualeditor-annotationbutton-link-tooltip' => 'Link',
|
||||
'visualeditor-beta-label' => 'beta',
|
||||
'visualeditor-beta-warning' => 'VisualEditor is in \'beta\' and so may not let you edit everything yet.',
|
||||
'visualeditor-beta-warning' => 'VisualEditor is in \'beta\'. You may encounter software issues, and you may not be able to edit parts of the page. Click "Edit source" to switch to wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-browserwarning' => 'You are using a browser which is not officially supported by VisualEditor.',
|
||||
'visualeditor-ca-createsource' => 'Create source',
|
||||
'visualeditor-ca-editsource' => 'Edit source',
|
||||
|
@ -103,7 +103,7 @@ $messages['en'] = array(
|
|||
'visualeditor-formatdropdown-format-paragraph' => 'Paragraph',
|
||||
'visualeditor-formatdropdown-format-preformatted' => 'Preformatted',
|
||||
'visualeditor-formatdropdown-title' => 'Change format',
|
||||
'visualeditor-help-label' => 'User guide',
|
||||
'visualeditor-help-label' => 'Read the user guide',
|
||||
'visualeditor-help-link' => 'mw:Special:MyLanguage/Help:VisualEditor/User guide',
|
||||
'visualeditor-help-title' => 'User guide for how to use the editor',
|
||||
'visualeditor-historybutton-redo-tooltip' => 'Redo',
|
||||
|
@ -163,7 +163,7 @@ $messages['en'] = array(
|
|||
'visualeditor-toolbar-savedialog' => 'Save page',
|
||||
'visualeditor-usernamespacepagelink' => 'Project:User namespace',
|
||||
'visualeditor-viewpage-savewarning' => 'Are you sure you want to go back to view mode without saving first?',
|
||||
'visualeditor-wikitext-warning' => 'You are using VisualEditor - [[{{MediaWiki:Visualeditor-wikitext-warning-link}}|wikitext]] does not work here. Click "{{MediaWiki:Visualeditor-ca-editsource}}" to edit the page in wikitext mode (unsaved changes will be lost).',
|
||||
'visualeditor-wikitext-warning' => 'You are using VisualEditor - [[{{MediaWiki:Visualeditor-wikitext-warning-link}}|wikitext]] does not work here. Click "{{MediaWiki:Visualeditor-ca-editsource}}" to edit the page in wikitext mode – unsaved changes will be lost.',
|
||||
'visualeditor-wikitext-warning-link' => 'Help:Wiki markup',
|
||||
'visualeditor-wikitext-warning-title' => 'Wikitext markup detected',
|
||||
'visualeditor-window-title' => 'Inspect',
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
position: absolute;
|
||||
right: -0.5em;
|
||||
top: 30px;
|
||||
width: 11em;
|
||||
width: 20em;
|
||||
font-family: sans-serif;
|
||||
border: solid 1px #ccc;
|
||||
padding: 0.5em 1.25em 0 1.25em;
|
||||
|
|
Loading…
Reference in a new issue