| Index: content/shell/tools/plugin/main.cpp | 
| diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp | 
| index 0b1e55f67458a8e7d2a097bdd9c625facbc19327..fb682b3adfeeae88c6fcb939372af6d0d5469102 100644 | 
| --- a/content/shell/tools/plugin/main.cpp | 
| +++ b/content/shell/tools/plugin/main.cpp | 
| @@ -840,7 +840,7 @@ NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) | 
| return NPERR_NO_ERROR; | 
| } | 
| if (variable == NPPVpluginDescriptionString) { | 
| -        *((char **)value) = const_cast<char*>("Simple Netscape® plug-in that handles test content for WebKit"); | 
| +        *((char **)value) = const_cast<char*>("Simple Netscape® plugin that handles test content for WebKit"); | 
| return NPERR_NO_ERROR; | 
| } | 
| if (variable == NPPVpluginNeedsXEmbed) { | 
|  |