Eloquence has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74104


Change subject: Make beta notice more informative and increase CSS width.
......................................................................

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
---
M VisualEditor.i18n.php
M modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/04/74104/1

diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php
index 149a19c..7a4d720 100644
--- a/VisualEditor.i18n.php
+++ b/VisualEditor.i18n.php
@@ -25,7 +25,7 @@
        '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 @@
        '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',
diff --git a/modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css 
b/modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css
index 180fe53..9340aba 100644
--- a/modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css
+++ b/modules/ve-mw/init/styles/ve.init.mw.ViewPageTarget.css
@@ -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;

-- 
To view, visit https://gerrit.wikimedia.org/r/74104
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id84d76887038a3a6a9e11a203f19dc3db7703e6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Eloquence <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to