diff --git a/xpfe/communicator/resources/content/plugins.html b/xpfe/communicator/resources/content/plugins.html index d0d96713c3e..a4640a03eac 100755 --- a/xpfe/communicator/resources/content/plugins.html +++ b/xpfe/communicator/resources/content/plugins.html @@ -31,6 +31,8 @@ var installedplugins_label = "Installed plug-ins"; var nopluginsareinstalled_label = "No plug-ins are installed"; var findmore_label = "Find more information about browser plug-ins at"; + var installhelp_label = "Help for installing plugins is available from"; + var plugindoc_label = "plugindoc.mozdev.org"; var netcenter_label = "Netscape.com"; var filename_label = "File name:"; var mimetype_label = "MIME Type"; @@ -67,6 +69,10 @@ document.writeln("
" + findmore_label + " "); document.writeln("" + netcenter_label + "<\/a>."); + document.writeln("<\/div>"); + + document.writeln("
" + installhelp_label + " "); + document.writeln("" + plugindoc_label + "<\/a>."); document.writeln("<\/div>
"); for (var i = 0; i < numPlugins; i++)