diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 00:38:59 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 00:38:59 +0000 |
commit | df97baa15d37eb711270a95e3d45504b3ff64dea (patch) | |
tree | edd4149dd375e55a0856b2ba053330e7fcc9d501 /chrome | |
parent | fdb7ee3dc832589e4ee911a598d4f7fd1054e551 (diff) | |
download | chromium_src-df97baa15d37eb711270a95e3d45504b3ff64dea.zip chromium_src-df97baa15d37eb711270a95e3d45504b3ff64dea.tar.gz chromium_src-df97baa15d37eb711270a95e3d45504b3ff64dea.tar.bz2 |
Add a string to be used in new extension promo message.
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/403007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9fe14a0..0e86eeb 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5732,7 +5732,10 @@ Keep your key file in a safe place. You will need it to create new versions of y <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> - + <message name="IDS_NTP_PROMO_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="BEGIN_BUTTON"><button></ph>bookmark sync<ph name="END_BUTTON"></button></ph>. + </message> + <!-- Mac Menubar Menus --> <if expr="os == 'darwin'"> <!-- Menubar Menu Titles --> |