Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/fast/dom/Window/Plug-ins.html

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/layers/clip-rects-transformed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Window/Plug-ins.html
diff --git a/LayoutTests/fast/dom/Window/Plug-ins.html b/LayoutTests/fast/dom/Window/Plug-ins.html
index 6cf3a78ab8aa3c786745984691a7c575d3d78c42..9a7a9f8be4098c258ce194914156710403822fba 100644
--- a/LayoutTests/fast/dom/Window/Plug-ins.html
+++ b/LayoutTests/fast/dom/Window/Plug-ins.html
@@ -2,7 +2,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>Installed Plug-ins</title>
+ <title>Installed Plugins</title>
<style type="text/css">
body { color: #555; }
div#margins { margin: 5%; }
@@ -51,7 +51,7 @@
// Localizers: Translate the title above, and these six strings, and leave the rest of the file intact.
- var InstalledPlugIns = "Installed Plug-ins";
+ var InstalledPlugIns = "Installed Plugins";
var BetweenDescriptionAndFilename = " &mdash; from file &ldquo;";
var AfterFilename = "&rdquo;.";
var MIMETypeColumnHeader = "MIME Type";
@@ -60,7 +60,7 @@
// Now the code.
- navigator.plugins.refresh(false); // Supposedly helps if new plug-ins were added.
+ navigator.plugins.refresh(false); // Supposedly helps if new plugins were added.
var plugin = new Array();
plugin.name = "testname";
« no previous file with comments | « no previous file | LayoutTests/fast/layers/clip-rects-transformed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698