diff options
author | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 15:38:28 +0000 |
---|---|---|
committer | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 15:38:28 +0000 |
commit | 73d77e7c2ddca767deee41ed81ef9c46681f8fe8 (patch) | |
tree | afe3cd9ab0f633c3fd4fed749b0757088af97412 /chrome/app/resources | |
parent | 312b5121aadac921a3039111d1350d0594369fb1 (diff) | |
download | chromium_src-73d77e7c2ddca767deee41ed81ef9c46681f8fe8.zip chromium_src-73d77e7c2ddca767deee41ed81ef9c46681f8fe8.tar.gz chromium_src-73d77e7c2ddca767deee41ed81ef9c46681f8fe8.tar.bz2 |
Change string used in First Run bubble to add a mention of the search engine chosen.
BUG=46716
TEST=new first run bubble after first run import mentions the search engine: "Search using Google from right here"
Review URL: http://codereview.chromium.org/2817009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 82eebed..a5710f7 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -489,7 +489,7 @@ <!-- The width and height of the First Run Omnibox Information minimal --> <!-- bubble in characters and lines (See above). --> <message name="IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 62 + 82 </message> <message name="IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 5 |