Index: chrome/common/extensions/api/page_action.json |
=================================================================== |
--- chrome/common/extensions/api/page_action.json (revision 181647) |
+++ chrome/common/extensions/api/page_action.json (working copy) |
@@ -50,7 +50,7 @@ |
{ |
"name": "getTitle", |
"type": "function", |
- "description": "Gets the title of the browser action.", |
+ "description": "Gets the title of the page action.", |
"parameters": [ |
{ |
"name": "details", |
@@ -149,7 +149,7 @@ |
{ |
"name": "getPopup", |
"type": "function", |
- "description": "Gets the html document set as the popup for this browser action.", |
+ "description": "Gets the html document set as the popup for this page action.", |
"parameters": [ |
{ |
"name": "details", |