Author: nextgens
Date: 2006-09-04 16:11:25 +0000 (Mon, 04 Sep 2006)
New Revision: 10387

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
#724: fix a typo on the /queue/ page

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-09-03 
20:47:50 UTC (rev 10386)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-09-04 
16:11:25 UTC (rev 10387)
@@ -567,7 +567,7 @@

                if (!uncompletedDirUpload.isEmpty()) {
                        contentNode.addChild("a", "name", 
"uncompletedDirUpload");
-                       HTMLNode uncompletedInfobox = 
contentNode.addChild(pageMaker.getInfobox("requests_in_progress", "In Progress: 
Downloads (" + uncompletedDownload.size() + ")"));
+                       HTMLNode uncompletedInfobox = 
contentNode.addChild(pageMaker.getInfobox("requests_in_progress", "In Progress: 
DirUploads (" + uncompletedDownload.size() + ")"));
                        HTMLNode uncompletedContent = 
pageMaker.getContentNode(uncompletedInfobox);
                        if (advancedEnabled) {
                                
uncompletedContent.addChild(createRequestTable(pageMaker, uncompletedDirUpload, 
new int[] { LIST_IDENTIFIER, LIST_FILES, LIST_PRIORITY, LIST_TOTAL_SIZE, 
LIST_PROGRESS, LIST_PERSISTENCE, LIST_KEY }));


Reply via email to