summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 23:53:20 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 23:53:20 +0000
commita5652c5c71ec520a0acdacb868eef7f0b86e4032 (patch)
treeaf62f68610377a89db2115a6fdd7b2ca29425fdb
parentf1929803a7907768f78a04fcc16c207397a8ede1 (diff)
downloadchromium_src-a5652c5c71ec520a0acdacb868eef7f0b86e4032.zip
chromium_src-a5652c5c71ec520a0acdacb868eef7f0b86e4032.tar.gz
chromium_src-a5652c5c71ec520a0acdacb868eef7f0b86e4032.tar.bz2
Instant pref strings.
BUG=58772 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/3670003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62214 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd10
1 files changed, 8 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1c8a6b0..6c15ae8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4039,6 +4039,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_INSTANT_OPT_IN_MESSAGE" desc="Message shown in the instant opt-in dialog">
Instant lets you view web pages and search results faster than ever!\n\nWith Instant enabled, most web pages begin loading as soon as you type a URL in the omnibox, before you hit Enter. In addition, if supported by your default search engine, search results appear instantly as you type queries in the omnibox, and in-line predictions help guide your search.\n\nBecause new search results are requested each time you press a key, anything you type into the omnibox may be logged as a search query by your default search engine.\n\n
</message>
+ <message name="IDS_INSTANT_PREF" desc="Preference for enabling instant">
+ Enable Instant for faster searching and browsing
+ </message>
+ <message name="IDS_INSTANT_PREF_WARNING" desc="Warning displayed beneath instant pref">
+ Omnibox input may be logged
+ </message>
<!-- Click-to-load -->
<message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug-in, displayed in the click-to-play UI.">
@@ -6348,12 +6354,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
<message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group">
- Default search:
+ Search:
</message>
</if>
<if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
<message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the default search engine group">
- Default Search
+ Search
</message>
</if>
<message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES_LINK"