Index: LayoutTests/plugins/npruntime/set-property.html |
diff --git a/LayoutTests/plugins/npruntime/set-property.html b/LayoutTests/plugins/npruntime/set-property.html |
index 73dea3dbb4016c938573ad2a269de99ede11998e..7ff9fb9634cc91a4078a34c0252728c7b4422287 100644 |
--- a/LayoutTests/plugins/npruntime/set-property.html |
+++ b/LayoutTests/plugins/npruntime/set-property.html |
@@ -8,8 +8,8 @@ REGRESSION (r48492): Gmail voice and video chat doesn't work</i>.</p> |
plg.eventLoggingEnabled = true; |
document.getElementById("result").innerText = plg.eventLoggingEnabled |
- ? "PASS: Successfully set a plug-in's property" |
- : "FAIL: Failed to set a plug-in's property"; |
+ ? "PASS: Successfully set a plugin's property" |
+ : "FAIL: Failed to set a plugin's property"; |
plg.eventLoggingEnabled = false; |
</script> |