Author: toad
Date: 2008-05-27 12:50:18 +0000 (Tue, 27 May 2008)
New Revision: 20105
Modified:
trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
Fix another one
Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
2008-05-27 12:49:36 UTC (rev 20104)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
2008-05-27 12:50:18 UTC (rev 20105)
@@ -766,7 +766,7 @@
}
if (numberOfRoutingDisabled > 0) {
HTMLNode peerStatsRoutingDisabledListItem =
peerStatsList.addChild("li").addChild("span");
- peerStatsRoutingDisabledListItem.addChild("span", new
String[] { "class", "title", "style" }, new String[] { "peer_routing_disabled",
l10n("routingDisabled"), "border-bottom: 1px dotted; cursor: help;" },
l10n("routingDisabledShort"));
+ peerStatsRoutingDisabledListItem.addChild("span", new
String[] { "class", "title", "style" }, new String[] { "peer_routing_disabled",
l10nDark("routingDisabled"), "border-bottom: 1px dotted; cursor: help;" },
l10nDark("routingDisabledShort"));
peerStatsRoutingDisabledListItem.addChild("span",
":\u00a0" + numberOfRoutingDisabled);
}
}