diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 14:57:50 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 14:57:50 +0000 |
commit | 4b6c20f75f61faf4cc50bc332a17afbfb1b4d6f4 (patch) | |
tree | bf4adf86f31b28af6686686d5d347d5afcbdc09c /chrome/app/google_chrome_strings.grd | |
parent | 529c8529aa099e4173ac1ef912069b475f0b01ac (diff) | |
download | chromium_src-4b6c20f75f61faf4cc50bc332a17afbfb1b4d6f4.zip chromium_src-4b6c20f75f61faf4cc50bc332a17afbfb1b4d6f4.tar.gz chromium_src-4b6c20f75f61faf4cc50bc332a17afbfb1b4d6f4.tar.bz2 |
Adds a string that we'll need when importing bookmarks.
BUG=674
TEST=none
Review URL: http://codereview.chromium.org/8862
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index ed1615c..8ae7f5b 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -284,6 +284,9 @@ Chrome supports. --> <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> Google Chrome may use web services to improve your browsing experience - you may optionally disable these services. </message> + <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the importing progress dialog when importing a bookmarks.html file from the bookmark manager"> + Google Chrome is now importing <ph name="bookmarks">$1<ex>Favorites/Bookmarks</ex></ph>. + </message> </messages> </release> </grit> |