diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b6ce121..eb330ee 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5687,7 +5687,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar."> Deny </message> - + + <!-- New Tab Page Promotional messages --> + <message name="IDS_NTP_PROMOTION_NEW" desc="Beginning of promotional message; a word in special red font signaling something new is coming."> + New! + </message> + <message name="IDS_NTP_PROMOTION_MESSAGE" desc="Promotional message about new extensions and bookmark sync features."> + <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> now has <ph name="BEGIN_LINK"><a href="$2"></ph>extensions<ph name="END_LINK"></a></ph> and <ph name="BEGIN2_LINK"><a href="$3"></ph>bookmark sync<ph name="END2_LINK"></a></ph>. + </message> + <!-- Mac Menubar Menus --> <if expr="os == 'darwin'"> <!-- Menubar Menu Titles --> |