Index: content/shell/tools/plugin/PluginObjectMac.mm |
diff --git a/content/shell/tools/plugin/PluginObjectMac.mm b/content/shell/tools/plugin/PluginObjectMac.mm |
index e95e541a7aed5754d55786fa624613546deb6fa2..d69908be7f5bd1a6fc559fd17138b23b1bc7d50b 100644 |
--- a/content/shell/tools/plugin/PluginObjectMac.mm |
+++ b/content/shell/tools/plugin/PluginObjectMac.mm |
@@ -40,7 +40,7 @@ |
- (void)drawInContext:(CGContextRef)context |
{ |
CGRect bounds = [self bounds]; |
- const char* text = "Test Plug-in"; |
+ const char* text = "Test Plugin"; |
CGContextSelectFont(context, "Helvetica", 24, kCGEncodingMacRoman); |
CGContextShowTextAtPoint(context, |
bounds.origin.x + 3.0f, |