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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2249903003: 📰 Empty state handling for the Bookmarks section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix instrumentation test 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index abe28d0a866b20dd55b6a7c0758cad5b96dce64c..237519054262a64ad165d9ba4d752750811189d4 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1299,7 +1299,7 @@ To obtain new licenses, connect to the internet and play your downloaded content
</message>
<message name="IDS_SYNC_ERROR_UPGRADE_CLIENT" desc="Sync error string for out-of-date client. [CHAR-LIMIT=80]">
<ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph> is out of date.
- </message>
+ </message>
<message name="IDS_SYNC_ERROR_SERVICE_UNAVAILABLE" desc="Sync error string for service unavailable. [CHAR-LIMIT=80]">
The service is not available; try again later.
</message>
@@ -1973,12 +1973,6 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
Remove all
</message>
- <message name="IDS_NTP_STATUS_CARD_TITLE_EMPTY" desc="Title of the card explaining the status of the ntp suggested content, when we don't have anything to show.">
- All Read
- </message>
- <message name="IDS_NTP_STATUS_CARD_BODY_EMPTY" desc="Body of the card explaining the status of the ntp suggested content, when we don't have anything to show.">
- More cards will appear when the time is right.
- </message>
<message name="IDS_ACCESSIBILITY_NTP_OFFLINE_BADGE" desc="Content description for the badge that indicates offline availability of a most visited item on the new tab page.">
Available offline
</message>

Powered by Google App Engine
This is Rietveld 408576698