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

juiceman at freenetproject.org juiceman at freenetproject.org
Mon May 14 06:06:16 UTC 2007


Author: juiceman
Date: 2007-05-14 06:06:16 +0000 (Mon, 14 May 2007)
New Revision: 13246

Modified:
   trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
Rename more accurately

Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java	2007-05-14 05:54:05 UTC (rev 13245)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java	2007-05-14 06:06:16 UTC (rev 13246)
@@ -349,7 +349,7 @@
 
 	private void drawStoreSizeBox(HTMLNode storeSizeInfobox, long nodeUptimeSeconds) {
 		
-		storeSizeInfobox.addChild("div", "class", "infobox-header", "Store size");
+		storeSizeInfobox.addChild("div", "class", "infobox-header", "Datastore");
 		HTMLNode storeSizeInfoboxContent = storeSizeInfobox.addChild("div", "class", "infobox-content");
 		HTMLNode storeSizeList = storeSizeInfoboxContent.addChild("ul");
 




More information about the cvs mailing list