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

Unified Diff: chrome/app/generated_resources.grd

Issue 2225003: Implement upgrade notifications.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/browser/browser_shutdown.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 48146)
+++ chrome/app/generated_resources.grd (working copy)
@@ -985,6 +985,9 @@
<message name="IDS_ABOUT" desc="The text label of the About Chrome menu item">
About &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
</message>
+ <message name="IDS_UPDATE_NOW" desc="The text label of the Update Chrome Now menu item">
+ Update &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
+ </message>
<message name="IDS_EXIT" desc="The text label of the Exit menu item">
E&amp;xit
</message>
@@ -1020,6 +1023,9 @@
<message name="IDS_ABOUT" desc="In Title Case: The text label of the About Chrome menu item">
About &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
</message>
+ <message name="IDS_UPDATE_NOW" desc="The text label of the Update Chrome Now menu item">
+ Update &amp;<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
+ </message>
<message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item">
E&amp;xit
</message>
@@ -7175,6 +7181,17 @@
Loading...
</message>
+ <!-- Update Recommended dialog -->
+ <message name="IDS_UPDATE_RECOMMENDED" desc="The main text of the Update Recommended dialog.">
+ Old school's not cool. <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is woefully out of date because it hasn't crashed or restarted in at least two weeks. Restart to apply update.
+ </message>
+ <message name="IDS_RESTART_AND_UPDATE" desc="The button label for restarting and updating Chrome.">
+ Restart and update
+ </message>
+ <message name="IDS_NOT_NOW" desc="The button label for delaying the restart and updating Chrome.">
+ Not now
+ </message>
+
<!-- Extra Mac UI Strings -->
<if expr="os == 'darwin'">
<message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when Chrome needs to be restart for a change/update to take effect.">
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/browser/browser_shutdown.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698