Author: toad
Date: 2007-04-28 21:32:27 +0000 (Sat, 28 Apr 2007)
New Revision: 13047

Modified:
   trunk/freenet/src/freenet/clients/http/PproxyToadlet.java
Log:
Minor keys fix

Modified: trunk/freenet/src/freenet/clients/http/PproxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/PproxyToadlet.java   2007-04-28 
21:30:57 UTC (rev 13046)
+++ trunk/freenet/src/freenet/clients/http/PproxyToadlet.java   2007-04-28 
21:32:27 UTC (rev 13047)
@@ -1,8 +1,6 @@
 package freenet.clients.http;

 import java.io.IOException;
-import java.io.PrintWriter;
-import java.io.StringWriter;
 import java.net.URI;
 import java.util.Date;
 import java.util.Iterator;
@@ -249,7 +247,7 @@
                        HTMLNode contentNode = 
ctx.getPageMaker().getContentNode(pageNode);

                        HTMLNode infobox = contentNode.addChild("div", "class", 
"infobox infobox-normal");
-                       infobox.addChild("div", "class", "infobox-header", 
L10n.getString("PproxyToadlet.pluginListTitle"));
+                       infobox.addChild("div", "class", "infobox-header", 
L10n.getString("PluginToadlet.pluginListTitle"));
                        HTMLNode infoboxContent = infobox.addChild("div", 
"class", "infobox-content");
                        HTMLNode pluginTable = infoboxContent.addChild("table", 
"class", "plugins");
                        HTMLNode headerRow = pluginTable.addChild("tr");


Reply via email to