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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10853008: Adds the notification text to be displayed in Windows 8 metro mode when a download completes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 149659)
+++ chrome/app/generated_resources.grd (working copy)
@@ -16840,7 +16840,14 @@
desc="Infobar text for link to help center about metro mode issues">
Why am I seeing this?
</message>
-
+ <message name="IDS_METRO_DOWNLOAD_COMPLETE_NOTIFICATION"
+ desc="Notification displayed when a download request is completed">
+ Your download has completed
+ </message>
+ <message name="IDS_METRO_DOWNLOAD_COMPLETE_NOTIFICATION_TITLE"
+ desc="Title for notification displayed when a download request is completed">
+ Download complete notification
+ </message>
</messages>
<structures fallback_to_english="true">
<!-- Make sure these stay in sync with the structures in generated_resources.grd. -->
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698