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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1368653002: Setting CommandLabel 'IDS_DOWNLOAD_NOTIFICATION_LABEL_OPEN" for finished Download Notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index fe309aadec8bb7c8fc459f9fe20e33cc9146355e..23391d90fcda3a4a681abfcb2400d4adf9d1924c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1873,6 +1873,10 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
desc="Size and units downloaded.">
<ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOTAL">$2<ex>154MB</ex></ph>
</message>
+ <message name="IDS_DOWNLOAD_STATUS_OPEN"
+ desc="Status that the file download is completed and ready to open.">
+ Open
+ </message>
<message name="IDS_DOWNLOAD_STATUS_OPEN_IN"
desc="Time left until the file download completes and the file is opened.">
Opening in <ph name="TIME_REMAINING">$1<ex>5 sec</ex></ph>...

Powered by Google App Engine
This is Rietveld 408576698