diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 20:52:18 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 20:52:18 +0000 |
commit | 2163916abe6e98e336012144a689c30537f33725 (patch) | |
tree | e5ac83ec5125c71fb351f4c8ba4b57160cf5be71 /chrome/app/google_chrome_strings.grd | |
parent | af581991ca3ac3eb9cfa267838ec5f129d3e496a (diff) | |
download | chromium_src-2163916abe6e98e336012144a689c30537f33725.zip chromium_src-2163916abe6e98e336012144a689c30537f33725.tar.gz chromium_src-2163916abe6e98e336012144a689c30537f33725.tar.bz2 |
Change title of Welcome to Chrome thumbnail in first run NTP to "Welcome to Chrome" from "Google Chrome."
BUG= none
TEST= Open NTP with clean profile. Note that title of first thumbnail is "Welcome to Chrome" or "Welcome to Chromium".
Review URL: http://codereview.chromium.org/177036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 5548e28..e0124b2 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -271,6 +271,10 @@ Chrome supports. --> desc="Displayed to explain the Most Visited concept when there aren't enough most visited items."> The "Most visited" area shows the websites that you use most often. After using Google Chrome for a while, you will see your most visited sites whenever you open a new tab. You can learn more about this and other features on the <ph name="BEGIN_LINK"><a href="$1"></ph>Getting Started page<ph name="END_LINK"></a></ph>. </message> + <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" + desc="Title for the hard-coded thumbnail that represents the Google Chrome Welcome page. This is used on the NTP when there aren't enough thumbnails to show."> + Welcome to Chrome + </message> <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General information about what Chrome is trying to do when opening this external protocol"> Google Chrome needs to launch an external application to handle <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. </message> |