| 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 = " — from file “";
|
| var AfterFilename = "”.";
|
| 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";
|
|
|