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

Unified Diff: components/ntp_snippets_strings.grdp

Issue 2249903003: 📰 Empty state handling for the Bookmarks section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 4 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
Index: components/ntp_snippets_strings.grdp
diff --git a/components/ntp_snippets_strings.grdp b/components/ntp_snippets_strings.grdp
index cda76f098d9bb2712ab4ba1774966a700128ac6f..fa668d36cfe82873cc76766d49898e5cbaec46a2 100644
--- a/components/ntp_snippets_strings.grdp
+++ b/components/ntp_snippets_strings.grdp
@@ -8,6 +8,12 @@
<message name="IDS_SNIPPETS_DISABLED_GENERIC_PROMPT" desc="Title of the card explaining what action the user can take to get content suggestions on the New Tab Page." formatter_data="android_java">
Get suggested content
</message>
+ <message name="IDS_NTP_STATUS_CARD_DONE_FOR_NOW" desc="Title of the card explaining to the user that they can expect to see bookmarks in this part of the New Tab Page in the future." formatter_data="android_java">
Bernhard Bauer 2016/08/17 20:38:03 Is the description correct here?
dgn 2016/08/18 09:52:57 Changed the name of the string. I went with making
+ Done for now
+ </message>
+ <message name="IDS_NTP_STATUS_CARD_NO_BOOKMARKS" desc="Text of the card explaining to the user that they can expect to see bookmarks in this part of the New Tab Page in the future." formatter_data="android_java">
+ Your recently visited bookmarks will show up here.
+ </message>
</if>
<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.">

Powered by Google App Engine
This is Rietveld 408576698