Author: nextgens
Date: 2007-06-01 11:13:53 +0000 (Fri, 01 Jun 2007)
New Revision: 13433

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

Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2007-06-01 10:30:40 UTC (rev 13432)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2007-06-01 11:13:53 UTC (rev 13433)
@@ -568,7 +568,7 @@
                if (numberOfListenOnly > 0) {
                        HTMLNode peerStatsListenOnlyListItem = 
peerStatsList.addChild("li").addChild("span");
                        peerStatsListenOnlyListItem.addChild("span", new 
String[] { "class", "title", "style" }, 
-                                       new String[] { "peer_listen_only", 
l10n("listenOnly"), "border-bottom: 1px dotted; cursor: help;" }, 
l10nDark("listenOnlyShort"));
+                                       new String[] { "peer_listen_only", 
l10nDark("listenOnly"), "border-bottom: 1px dotted; cursor: help;" }, 
l10nDark("listenOnlyShort"));
                        peerStatsListenOnlyListItem.addChild("span", ":\u00a0" 
+ numberOfListenOnly);
                }



Reply via email to