summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 00:24:54 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 00:24:54 +0000
commite425000d631f35bc0c387a2f53167e92d38a1cec (patch)
treea2819a9991c9b65b081edd69ce9770dde62d286e /chrome/browser/dom_ui
parent5cb94aa1a197073cf4c2183bba1128a638e276f3 (diff)
downloadchromium_src-e425000d631f35bc0c387a2f53167e92d38a1cec.zip
chromium_src-e425000d631f35bc0c387a2f53167e92d38a1cec.tar.gz
chromium_src-e425000d631f35bc0c387a2f53167e92d38a1cec.tar.bz2
Reverting 24982.
Review URL: http://codereview.chromium.org/175041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc
index 2707453..3f495bc 100644
--- a/chrome/browser/dom_ui/new_tab_ui.cc
+++ b/chrome/browser/dom_ui/new_tab_ui.cc
@@ -864,7 +864,7 @@ std::vector<MostVisitedPage> MostVisitedHandler::GetPrePopulatedPages() {
std::vector<MostVisitedPage> pages;
MostVisitedPage welcome_page = {
- l10n_util::GetString(IDS_FIRSTRUN_DLG_TITLE),
+ l10n_util::GetString(IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE),
GURL(WideToUTF8(l10n_util::GetString(IDS_CHROME_WELCOME_URL))),
GURL("chrome://theme/newtab_chrome_welcome_page_thumbnail"),
GURL("chrome://theme/newtab_chrome_welcome_page_favicon")};