[freenet-cvs] r17933 - trunk/freenet/src/freenet/clients/http

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Feb 15 09:37:25 UTC 2008


Author: nextgens
Date: 2008-02-15 09:37:25 +0000 (Fri, 15 Feb 2008)
New Revision: 17933

Modified:
   trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
doh

Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java	2008-02-15 09:34:00 UTC (rev 17932)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java	2008-02-15 09:37:25 UTC (rev 17933)
@@ -396,8 +396,8 @@
 		HTMLNode threadsByPriorityTable = threadsInfoboxContent.addChild("table", "border", "0");
 		HTMLNode row = threadsByPriorityTable.addChild("tr");
 
-		row.addChild("th", l10n("Priority"));
-		row.addChild("th", l10n("Amount"));		
+		row.addChild("th", l10n("priority"));
+		row.addChild("th", l10n("amount"));		
 		
 		for(int i=0; i<activeThreadsByPriority.length; i++) {
 			row = threadsByPriorityTable.addChild("tr");




More information about the cvs mailing list