Author: nextgens
Date: 2008-04-23 05:48:38 +0000 (Wed, 23 Apr 2008)
New Revision: 19517

Modified:
   trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
fix a small CSS glitch

Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2008-04-23 05:39:28 UTC (rev 19516)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2008-04-23 05:48:38 UTC (rev 19517)
@@ -739,7 +739,7 @@
                }
                if (numberOfClockProblem > 0) {
                        HTMLNode peerStatsRoutingDisabledListItem = 
peerStatsList.addChild("li").addChild("span");
-                       peerStatsRoutingDisabledListItem.addChild("span", new 
String[] { "class", "title", "style" }, new String[] { "peer_routing_disabled", 
l10nDark("clockProblem"), "border-bottom: 1px dotted; cursor: help;" }, 
l10nDark("clockProblemShort"));
+                       peerStatsRoutingDisabledListItem.addChild("span", new 
String[] { "class", "title", "style" }, new String[] { "peer_clock_problem", 
l10nDark("clockProblem"), "border-bottom: 1px dotted; cursor: help;" }, 
l10nDark("clockProblemShort"));
                        peerStatsRoutingDisabledListItem.addChild("span", 
":\u00a0" + numberOfClockProblem);
                }
                if (numberOfConnError > 0) {


Reply via email to