diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 23:38:45 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 23:38:45 +0000 |
commit | 8d677ff0f5085bb583d1b8248f977d009ec4b867 (patch) | |
tree | a8d1cb7e23128f910a33effde71fb083e5698838 /chrome/app | |
parent | 14f769f460022e0d28852adc9ff1ce02f4fe2871 (diff) | |
download | chromium_src-8d677ff0f5085bb583d1b8248f977d009ec4b867.zip chromium_src-8d677ff0f5085bb583d1b8248f977d009ec4b867.tar.gz chromium_src-8d677ff0f5085bb583d1b8248f977d009ec4b867.tar.bz2 |
Address some visual problems with the omnibox extension API:
- Remove some of the boilerplate strings.
- Allow the description field to be fully customizable and stylable.
BUG=46478
BUG=46479
Review URL: http://codereview.chromium.org/2849015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0c14e22..b6fd109 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1065,12 +1065,6 @@ each locale. --> <message name="IDS_AUTOCOMPLETE_KEYWORD_DESCRIPTION" desc="Description for a keyword match."> (Keyword: <ph name="KEYWORD">$1</ph>) </message> - <message name="IDS_AUTOCOMPLETE_EXTENSION_KEYWORD_DESCRIPTION" desc="Description for an extension keyword match."> - (Keyword: <ph name="KEYWORD">$1</ph>) - </message> - <message name="IDS_AUTOCOMPLETE_EXTENSION_KEYWORD_CONTENT" desc="Extra text describing usage of the suggested extension keyword command."> - <ph name="EXTENSION_COMMAND">$1<ex>send-mail-to</ex></ph> <ph name="EXTENSION_DESCRIPTION">$2<ex>(username@example.com)</ex></ph> - </message> <if expr="not pp_ifdef('use_titlecase')"> <message name="IDS_EDIT_SEARCH_ENGINES" desc="Title of the popup menu item for editing search engines"> @@ -3820,7 +3814,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>: </message> <message name="IDS_OMNIBOX_EXTENSION_KEYWORD_TEXT" desc="Text shown in the search button at the front of the omnibox when the user has selected an extension keyword"> - <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> command: + <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph>: </message> <!-- TODO(tc): This doesn't handle singular/plural properly. It needs to be reworded. --> <message name="IDS_OMNIBOX_RECENT_HISTORY" desc="Text shown in the omnibox that shows how many recent matches there are and allows the user to navigate to destinations->history with the selected text."> |