Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: chrome/android/java/res/layout/new_tab_page_all_dismissed.xml

Issue 2740113002: 🏡 Deduplicate no content string. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/StatusItem.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
index fdb4addc71f89d4a224330e8c9204f33798e45d8..71af5759cb53ccab704f01b13609821cb1501672 100644
--- a/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
+++ b/chrome/android/java/res/layout/new_tab_page_all_dismissed.xml
@@ -31,7 +31,7 @@
android:layout_below="@id/image"
android:layout_alignParentStart="true"
android:gravity="center_horizontal"
- android:text="@string/ntp_all_dismissed_title_text"
+ android:text="@string/ntp_title_no_suggestions"
android:textSize="16sp"
android:textColor="@color/snippets_headline_text_color"
chrome:leading="24dp" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/StatusItem.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698