diff options
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."> |