| Index: chrome/common/extensions/extension_constants.cc
|
| ===================================================================
|
| --- chrome/common/extensions/extension_constants.cc (revision 35891)
|
| +++ chrome/common/extensions/extension_constants.cc (working copy)
|
| @@ -122,7 +122,7 @@
|
| const char* kInvalidPageActionsList =
|
| "Invalid value for 'page_actions'.";
|
| const char* kInvalidPageActionsListSize =
|
| - "Invalid value for 'page_actions'. There can be only one.";
|
| + "Invalid value for 'page_actions'. There can be at most one page action.";
|
| const char* kInvalidPageActionId =
|
| "Required value 'id' is missing or invalid.";
|
| const char* kInvalidPageActionDefaultTitle =
|
|
|