| Index: content/common/process_type.cc
|
| diff --git a/content/common/process_type.cc b/content/common/process_type.cc
|
| index d3c6894242f7dc9ff3b9905f378f2cc33a51b6ce..34019d453a6ba686014f044d94854104858dbb9e 100644
|
| --- a/content/common/process_type.cc
|
| +++ b/content/common/process_type.cc
|
| @@ -16,7 +16,7 @@ std::string GetProcessTypeNameInEnglish(int type) {
|
| case PROCESS_TYPE_RENDERER:
|
| return "Tab";
|
| case PROCESS_TYPE_PLUGIN:
|
| - return "Plug-in";
|
| + return "Plugin";
|
| case PROCESS_TYPE_UTILITY:
|
| return "Utility";
|
| case PROCESS_TYPE_ZYGOTE:
|
|
|