Mattflaschen has uploaded a new change for review.

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


Change subject: Improve wording of toolbar.
......................................................................

Improve wording of toolbar.

Change-Id: I0c3e1663abae7ca5f02ab63713864ef6218d8fac
---
M GettingStarted.i18n.php
M GettingStarted.php
2 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GettingStarted 
refs/changes/68/72868/1

diff --git a/GettingStarted.i18n.php b/GettingStarted.i18n.php
index 67449df..b564c3d 100644
--- a/GettingStarted.i18n.php
+++ b/GettingStarted.i18n.php
@@ -37,26 +37,26 @@
        // Toolbar above article, when they have chosen a task and been 
redirected
 
        /// Shared among all tasks
-       'gettingstarted-task-toolbar-return-to-list-text' => '◄ Back to list',
-       'gettingstarted-task-toolbar-return-to-list-title' => 'Return to the 
list of articles',
-       'gettingstarted-task-toolbar-editing-help-text' => 'Show help',
+       'gettingstarted-task-toolbar-return-to-list-text' => '◄ Back to 
GettingStarted',
+       'gettingstarted-task-toolbar-return-to-list-title' => 'Return to the 
task choice page',
+       'gettingstarted-task-toolbar-editing-help-text' => 'Show guided help',
        'gettingstarted-task-toolbar-editing-help-title' => 'Show a guide on 
how to edit',
        'gettingstarted-task-toolbar-try-another-text' => 'Try another article 
►',
        'gettingstarted-task-toolbar-close-title' => 'Close this toolbar',
 
        /// Specific to each task
-       'gettingstarted-task-copyedit-toolbar-description' => 'This article has 
spelling and grammar errors you can fix.',
+       'gettingstarted-task-copyedit-toolbar-description' => 'This article may 
have spelling or grammar errors you can fix.',
        'gettingstarted-task-copyedit-toolbar-try-another-title' => 'Go to a 
random article you can improve by copyediting',
 
-       'gettingstarted-task-clarify-toolbar-description' => 'This article is 
confusing or vague. Look for ways you can make it clearer.',
+       'gettingstarted-task-clarify-toolbar-description' => 'This article may 
be confusing or vague. Look for ways you can make it clearer.',
        'gettingstarted-task-clarify-toolbar-try-another-title' => 'Go to a 
random article you can clarify',
 
-       'gettingstarted-task-addlinks-toolbar-description' => 'This article 
needs more links. Look for terms that have a {{SITENAME}} article.',
+       'gettingstarted-task-addlinks-toolbar-description' => 'This article may 
need more links. Look for terms that have a {{SITENAME}} article.',
        'gettingstarted-task-addlinks-toolbar-try-another-title' => 'Go to a 
random article you can add links to',
 
        // Tours
        'guidedtour-tour-gettingstartedtasktoolbarintro-title' => 'How to get 
started',
-       'guidedtour-tour-gettingstartedtasktoolbarintro-description' => 'Just 
start scanning through the article and looking for improvements. If you feel 
overwhelmed, don\'t worry. You don\'t have to be an expert on this topic! If 
you need help or want to try another article, use the links in the top bar.',
+       'guidedtour-tour-gettingstartedtasktoolbarintro-description' => 'Just 
start scanning through the article looking for improvements. If you feel 
overwhelmed, don\'t worry. You don\'t have to be an expert on this topic! If 
you need help or want to try another article, use the links in the top bar.',
        'guidedtour-tour-gettingstartedtasktoolbar-ambox-title' => 'Ideas on 
what to do',
        'guidedtour-tour-gettingstartedtasktoolbar-ambox-description' => 'These 
banners identify problems with this article. You don\'t need to address them 
all, just stick with what you\'re comfortable doing.',
        'guidedtour-tour-gettingstartedtasktoolbar-edit-article-title' => 
'Click {{int:vector-view-edit}}',
diff --git a/GettingStarted.php b/GettingStarted.php
index 7a86c26..946ac75 100644
--- a/GettingStarted.php
+++ b/GettingStarted.php
@@ -180,7 +180,7 @@
        'styles' => array(
                'ext.gettingstarted.taskToolbar.css' => array( 'media' => 
'screen ' ),
                'ext.gettingstarted.taskToolbar.lowWidth.css' =>
-                       array( 'media' => 'only screen and (min-width: 851px) 
and (max-width: 1005px)' ),
+                       array( 'media' => 'only screen and (min-width: 851px) 
and (max-width: 1150px)' ),
 
                // Requires fix for 
https://bugzilla.wikimedia.org/show_bug.cgi?id=49722 and
                // https://bugzilla.wikimedia.org/show_bug.cgi?id=49851 to work 
on printable=yes view.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c3e1663abae7ca5f02ab63713864ef6218d8fac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

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

Reply via email to