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

Unified Diff: chrome/app/generated_resources.grd

Issue 702353002: downloads: add "No downloads" and "No search results" messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: benjhayden@ review Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0e9fb91b80a67e8cd2f40e932b54e597d0101c40..c6b5607738b4c8b249a308a9f932686d0aa9610a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1904,6 +1904,12 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_DOWNLOAD_SEARCHRESULTSFOR" desc="Format string for search results">
Search results for '<ph name="SEARCH_STRING">$1</ph>'
</message>
+ <message name="IDS_DOWNLOAD_NO_SEARCH_RESULTS" desc="A message shown for when a search yield no results (no matching downloads).">
+ No search results found.
+ </message>
+ <message name="IDS_DOWNLOAD_NO_DOWNLOADS" desc="A message shown when the user has no downloads to show on chrome://downloads.">
+ No downloads found.
+ </message>
<message name="IDS_DOWNLOAD_LINK_RESUME"
desc="In the download view, 'Resume' link text">
Resume
« no previous file with comments | « no previous file | chrome/browser/resources/downloads/downloads.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698