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

Unified Diff: chrome/app/generated_resources.grd

Issue 2856042: [Mac] Implement the update available notification in the wrench menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Observe notification Created 10 years, 5 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/browser/browser_shutdown.cc » ('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 2de6bccb54d7004bd13d2cc93912a07557a07832..b3c6c311c1c0bfafa569644ae5e78c08d4b5f261 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7496,12 +7496,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
<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 a while. 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>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <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>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_RESTART_AND_UPDATE" desc="In Tile Case: The button label for restarting and updating Chrome.">
+ Update and Restart
+ </message>
+ <message name="IDS_NOT_NOW" desc="In Tile Case: The button label for delaying the restart and updating Chrome.">
+ Not Now
+ </message>
+ </if>
<!-- Extra Mac UI Strings -->
<if expr="os == 'darwin'">
« no previous file with comments | « no previous file | chrome/browser/browser_shutdown.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698