Bug 1317438 - Remove unnecessary whitespaces in about:privatebrowsing r?flod draft
authorRicky Chien <ricky060709@gmail.com>
Tue, 15 Nov 2016 17:03:59 +0800
changeset 439069 84b540aa4239bd8e4852f70a6f372cc48dac6979
parent 438818 5e76768327660437bf3486554ad318e4b70276e1
child 537068 17bfe8574b4a074e3a0f99722c176a8e41f41449
push id35897
push userbmo:rchien@mozilla.com
push dateTue, 15 Nov 2016 10:34:24 +0000
reviewersflod
bugs1317438
milestone53.0a1
Bug 1317438 - Remove unnecessary whitespaces in about:privatebrowsing r?flod MozReview-Commit-ID: 6PA3GXzAPah
browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
browser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
@@ -49,37 +49,31 @@
         </div>
         <p>&aboutPrivateBrowsing.info.saved.before;<strong>&aboutPrivateBrowsing.info.saved.emphasize;</strong>&aboutPrivateBrowsing.info.saved.after2;</p>
         <div class="list-row">
           <ul>
             <li>&aboutPrivateBrowsing.info.bookmarks;</li>
             <li>&aboutPrivateBrowsing.info.downloads;</li>
           </ul>
         </div>
-        <p>
-          &aboutPrivateBrowsing.note.before;
-          <strong>&aboutPrivateBrowsing.note.emphasize;</strong>
-          &aboutPrivateBrowsing.note.after;
-        </p>
+        <p>&aboutPrivateBrowsing.note.before;<strong>&aboutPrivateBrowsing.note.emphasize;</strong>&aboutPrivateBrowsing.note.after;</p>
       </section>
 
       <h2 id="tpSubHeader" class="about-subheader">
         <span class="tpTitle">&trackingProtection.title;</span>
         <input id="tpToggle" class="toggle toggle-input" type="checkbox"/>
         <span id="tpButton" class="toggle-btn"></span>
       </h2>
 
       <section class="section-main">
         <p>&trackingProtection.description2;</p>
         <p>
           <a id="startTour" class="button">&trackingProtection.startTour1;</a>
         </p>
       </section>
 
       <section class="section-main">
-        <p class="about-info">&aboutPrivateBrowsing.learnMore2;
-          <a id="learnMore" target="_blank">&aboutPrivateBrowsing.learnMore2.title;</a>.
-        </p>
+        <p class="about-info">&aboutPrivateBrowsing.learnMore3.before;<a id="learnMore" target="_blank">&aboutPrivateBrowsing.learnMore3.title;</a>&aboutPrivateBrowsing.learnMore3.after;</p>
       </section>
 
     </div>
   </body>
 </html>
--- a/browser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
+++ b/browser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
@@ -18,14 +18,15 @@
 <!ENTITY aboutPrivateBrowsing.info.saved.before          "Firefox ">
 <!ENTITY aboutPrivateBrowsing.info.saved.emphasize       "will save">
 <!ENTITY aboutPrivateBrowsing.info.saved.after2          " your:">
 <!ENTITY aboutPrivateBrowsing.info.downloads             "downloads">
 <!ENTITY aboutPrivateBrowsing.info.bookmarks             "bookmarks">
 <!ENTITY aboutPrivateBrowsing.note.before                "Private Browsing ">
 <!ENTITY aboutPrivateBrowsing.note.emphasize             "doesn’t make you anonymous">
 <!ENTITY aboutPrivateBrowsing.note.after                 " on the Internet. Your employer or Internet service provider can still know what page you visit.">
-<!ENTITY aboutPrivateBrowsing.learnMore2                 "Learn more about">
-<!ENTITY aboutPrivateBrowsing.learnMore2.title           "Private Browsing">
+<!ENTITY aboutPrivateBrowsing.learnMore3.before          "Learn more about ">
+<!ENTITY aboutPrivateBrowsing.learnMore3.title           "Private Browsing">
+<!ENTITY aboutPrivateBrowsing.learnMore3.after           ".">
 
 <!ENTITY trackingProtection.title                        "Tracking Protection">
 <!ENTITY trackingProtection.description2                 "Some websites use trackers that can monitor your activity across the Internet. With Tracking Protection Firefox will block many trackers that can collect information about your browsing behavior.">
 <!ENTITY trackingProtection.startTour1                   "See how it works">