diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 17:53:32 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 17:53:32 +0000 |
commit | ba741d936cbc2fb14e7b3dad195d53cc8553c290 (patch) | |
tree | 67c1eade09154aa9d41d13da3a9f534b3cc5d30b /chrome/common/extensions/docs/contextMenus.html | |
parent | 8e4afe870e6469e391a4c9c6f085264dde02cc17 (diff) | |
download | chromium_src-ba741d936cbc2fb14e7b3dad195d53cc8553c290.zip chromium_src-ba741d936cbc2fb14e7b3dad195d53cc8553c290.tar.gz chromium_src-ba741d936cbc2fb14e7b3dad195d53cc8553c290.tar.bz2 |
Minor change to context menu doc, to fix a problem noticed
by PhistucK. (I tested the code this time, to make sure it
was correct.)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4184009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/contextMenus.html')
-rw-r--r-- | chrome/common/extensions/docs/contextMenus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html index 7e99928..4256990 100644 --- a/chrome/common/extensions/docs/contextMenus.html +++ b/chrome/common/extensions/docs/contextMenus.html @@ -537,7 +537,7 @@ You can find samples of this API on the <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>The text to be displayed in the item; this is <em>required</em> unless <em>type</em> is 'separator'. When the context is 'selection', you can use '%s' within the string to show the selected text. For example, if this parameter's value is "Translate '%s' to Pig Latin" and the user selects the word 'cool', the context menu item for the selection is "Translate cool to Pig Latin".</dd> + <dd>The text to be displayed in the item; this is <em>required</em> unless <em>type</em> is 'separator'. When the context is 'selection', you can use <code>%s</code> within the string to show the selected text. For example, if this parameter's value is "Translate '%s' to Pig Latin" and the user selects the word "cool", the context menu item for the selection is "Translate 'cool' to Pig Latin".</dd> <dd style="display: none; "> This parameter was added in version <b><span></span></b>. |