Author: toad
Date: 2007-05-25 16:22:29 +0000 (Fri, 25 May 2007)
New Revision: 13372

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

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java   2007-05-25 
15:38:27 UTC (rev 13371)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java   2007-05-25 
16:22:29 UTC (rev 13372)
@@ -455,7 +455,7 @@
                                                addChild("a", "href", 
getLink(key, requestedMimeType, maxSize, httprequest.getParam("force", null), 
httprequest.isParameterSet("forcedownload"))).addChild("#", l10n("retryNow"));
                                }

-                               optionList.addChild("li").addChild("a", new 
String[] { "href", "title" }, new String[] { "/", l10n("homepageTitle") }, 
l10n("abortToHomepage"));
+                               optionList.addChild("li").addChild("a", new 
String[] { "href", "title" }, new String[] { "/", 
L10n.getString("Toadlet.homepage") }, l10n("abortToHomepage"));

                                option = optionList.addChild("li");
                                
option.addChild(ctx.getPageMaker().createBackLink(ctx, l10n("goBackToPrev")));


Reply via email to