Download Home : string changes

Bug: 850592
Change-Id: Ia5e6df2f02709547905f15c6abad692d4a7b8805
Reviewed-on: https://chromium-review.googlesource.com/1137844
Reviewed-by: Bernhard Bauer <[email protected]>
Reviewed-by: Theresa <[email protected]>
Commit-Queue: Shakti Sahu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#576579}
diff --git a/chrome/android/java/res/layout/download_home_tabs.xml b/chrome/android/java/res/layout/download_home_tabs.xml
index ffe2367..619c4e7 100644
--- a/chrome/android/java/res/layout/download_home_tabs.xml
+++ b/chrome/android/java/res/layout/download_home_tabs.xml
@@ -33,7 +33,7 @@
             android:id="@+id/prefetch_tab"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="@string/download_manager_prefetch_tab" />
+            android:text="@string/ntp_article_suggestions_section_header" />
 
     </android.support.design.widget.TabLayout>
 
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 1381bf0..2845e93b 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2429,9 +2429,6 @@
       <message name="IDS_DOWNLOAD_MANAGER_FILES_TAB" desc="Tab text for showing the files a user explicitly downloaded.">
         My Files
       </message>
-      <message name="IDS_DOWNLOAD_MANAGER_PREFETCH_TAB" desc="Tab text for showing downloaded popular content.">
-        Popular Content
-      </message>
       <message name="IDS_DOWNLOAD_MANAGER_PREFETCH_CAPTION" desc="Text containing the prefetched article description.">
         <ph name="DESCRIPTION">%1$s<ex>www.example.com</ex></ph> - <ph name="FILE_SIZE">%2$s<ex>1.56 MB</ex></ph>
       </message>
diff --git a/components/ntp_snippets_strings.grdp b/components/ntp_snippets_strings.grdp
index ab1517ce..8b1c4d7e 100644
--- a/components/ntp_snippets_strings.grdp
+++ b/components/ntp_snippets_strings.grdp
@@ -18,7 +18,7 @@
   </if>
 
   <if expr="not use_titlecase">
-    <message name="IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_HEADER" desc="Header of the articles section, which is a list of news articles displayed as cards on the New Tab Page.">
+    <message name="IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_HEADER" desc="Header of the articles section, which is a list of news articles displayed as cards on the New Tab Page." formatter_data="android_java">
       Articles for you
     </message>
   </if>