Bug 1392822 - change the Library tour action button title to "Show Library Menu", r=gasolin draft
authorFischer.json <fischer.json@gmail.com>
Fri, 25 Aug 2017 13:11:02 +0800
changeset 653805 2318efbebbeaa17097853b62d38ea6595f7e9626
parent 652622 2306e153fba9ca55726ffcce889eaca7a479c29f
child 728421 bd732f23e45b8c4777c4a9d54da1a12416263a4a
push id76416
push userbmo:fliu@mozilla.com
push dateMon, 28 Aug 2017 03:19:14 +0000
reviewersgasolin
bugs1392822
milestone57.0a1
Bug 1392822 - change the Library tour action button title to "Show Library Menu", r=gasolin MozReview-Commit-ID: JRX5UdkAFb4
browser/extensions/onboarding/content/onboarding.js
browser/extensions/onboarding/locales/en-US/onboarding.properties
--- a/browser/extensions/onboarding/content/onboarding.js
+++ b/browser/extensions/onboarding/content/onboarding.js
@@ -233,17 +233,17 @@ var onboardingTourset = {
         <section class="onboarding-tour-description">
           <h1 data-l10n-id="onboarding.tour-library.title"></h1>
           <p data-l10n-id="onboarding.tour-library.description"></p>
         </section>
         <section class="onboarding-tour-content">
           <img src="resource://onboarding/img/figure_library.svg" role="presentation"/>
         </section>
         <aside class="onboarding-tour-button-container">
-          <button id="onboarding-tour-library-button" class="onboarding-tour-action-button" data-l10n-id="onboarding.tour-library.button"></button>
+          <button id="onboarding-tour-library-button" class="onboarding-tour-action-button" data-l10n-id="onboarding.tour-library.button2"></button>
         </aside>
       `;
       return div;
     },
   },
   "singlesearch": {
     id: "onboarding-tour-singlesearch",
     tourNameId: "onboarding.tour-singlesearch",
--- a/browser/extensions/onboarding/locales/en-US/onboarding.properties
+++ b/browser/extensions/onboarding/locales/en-US/onboarding.properties
@@ -93,17 +93,17 @@ onboarding.tour-sync.button=Next
 onboarding.tour-sync.email-input.placeholder=Email
 onboarding.notification.onboarding-tour-sync.title=Pick up where you left off.
 onboarding.notification.onboarding-tour-sync.message=Still sending yourself links to save or read on your phone? Do it the easy way: get Sync and have the things you save here show up on all of your devices.
 
 onboarding.tour-library=Library
 onboarding.tour-library.title=Keep it together.
 # LOCALIZATION NOTE (onboarding.tour-library.description): This string will be used in the library tour description. %1$S is brandShortName
 onboarding.tour-library.description=Check out the new %1$S library in the redesigned toolbar. The library puts the things you’ve seen and saved to %1$S - your browsing history, bookmarks, Pocket lists, and synced tabs - in one convenient place.
-onboarding.tour-library.button=Show Library in Menu
+onboarding.tour-library.button2=Show Library Menu
 onboarding.notification.onboarding-tour-library.title=Keep it together.
 # LOCALIZATION NOTE(onboarding.notification.onboarding-tour-library.message): This string will be used in the notification message for the library tour. %S is brandShortName
 onboarding.notification.onboarding-tour-library.message=The new %S library puts the great things you’ve discovered on the web in one convenient place.
 
 onboarding.tour-singlesearch=Address Bar
 onboarding.tour-singlesearch.title=Find it faster.
 # LOCALIZATION NOTE(onboarding.tour-singlesearch.description): %S is brandShortName
 onboarding.tour-singlesearch.description=The address bar might be the most powerful tool in the sleek new %S toolbar. Start typing, and see suggestions based on your browsing and search history. Go to a web address, search the whole web with your default search engine, or send your query directly to a single site with one-click search.