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

Unified Diff: chrome/app/generated_resources.grd

Issue 22441006: [MC] Add the product name to the tray controller's title. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move string Created 7 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 | chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm » ('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 f52ff29f223a529fca4457f4bef4a96f8bdc8d39..0824872f18887f563872ae0a2104f9a6c804ab1a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13210,6 +13210,11 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_NOTIFICATION_POSITION_UPPER_RIGHT" desc="Menu label for positioning in upper right corner">
Upper right
</message>
+ <if expr="is_macosx">
+ <message name="IDS_MESSAGE_CENTER_FOOTER_WITH_PRODUCT_TITLE" desc="The label in the footer of the message center tray, with the product title.">
+ <ph name="product_name">$1<ex>Chrome</ex></ph> Notifications
+ </message>
+ </if>
<!-- Mac AppleScript -->
<if expr="is_macosx">
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698