Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 2cdf3092979531eb257ea63c2753f074c2230fbf..e391f3c2afb04d1089d2f0673d544fada2d8fb6d 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -3708,6 +3708,9 @@ each locale. --> |
<message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displayed in the InfoBubble which explains that the UI of this extension is a Page Action icon which may appear for some pages."> |
This icon will be visible when the extension can act on the current page. |
</message> |
+ <message name="IDS_EXTENSION_INSTALLED_OMNIBOX_KEYWORD_INFO" desc="Text displayed in the InfoBubble which explains that this extension has an keyword that can be used with the omnibox."> |
+ Type "<ph name="EXTENSION_KEYWORD">$1<ex>search</ex></ph>" into the URL bar to send commands to this extension. |
Aaron Boodman
2010/11/11 02:57:14
How about:
To use it, type "<keyword>", then TAB,
|
+ </message> |
<message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' text in the context menu for when right-clicking on extension icons"> |
Manage extensions... |