jenkins-bot has submitted this change and it was merged.

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


Improve wording of toolbar.

Make low width version of toolbar also show on somewhat larger screens.
This helps accomodate slightly longer messages.

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

Approvals:
  Swalling: Looks good to me, but someone else must approve
  Spage: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/GettingStarted.i18n.php b/GettingStarted.i18n.php
index acfebc7..3d5ebf3 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' => '◄ Choose another 
task',
+       'gettingstarted-task-toolbar-return-to-list-title' => 'Return to the 
task choice page',
+       'gettingstarted-task-toolbar-editing-help-text' => 'Show me how',
        '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 7452035..f168613 100644
--- a/GettingStarted.php
+++ b/GettingStarted.php
@@ -203,7 +203,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: merged
Gerrit-Change-Id: I0c3e1663abae7ca5f02ab63713864ef6218d8fac
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: DarTar <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: Swalling <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to