Author: toad
Date: 2009-01-02 18:48:20 +0000 (Fri, 02 Jan 2009)
New Revision: 24887
Modified:
trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
trunk/freenet/src/freenet/node/useralerts/UserAlertManager.java
Log:
Move space to freenet code out of l10n file
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2009-01-02
18:00:33 UTC (rev 24886)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2009-01-02
18:48:20 UTC (rev 24887)
@@ -1325,7 +1325,7 @@
UserAlert.apply=Apply
UserAlert.hide=Hide
UserAlert.reset=Reset
-UserAlertManager.alertsOnAlertsPage= | See them on ${link}the alerts
page${/link}.
+UserAlertManager.alertsOnAlertsPage=| See them on ${link}the alerts
page${/link}.
UserAlertManager.alertsTitle=Outstanding alerts
UserAlertManager.clickForMore=Click on an item for more information or to get
rid of it.
UserAlertManager.criticalErrorCountLabel=Critical Errors:
Modified: trunk/freenet/src/freenet/node/useralerts/UserAlertManager.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/UserAlertManager.java
2009-01-02 18:00:33 UTC (rev 24886)
+++ trunk/freenet/src/freenet/node/useralerts/UserAlertManager.java
2009-01-02 18:48:20 UTC (rev 24887)
@@ -285,6 +285,7 @@
summaryBox = new HTMLNode("div", "class", "infobox
infobox-information");
summaryBox.addChild("div", "class", "infobox-header",
l10n("alertsTitle"));
HTMLNode summaryContent = summaryBox.addChild("div", "class",
"infobox-content", alertSummaryString.toString());
+ summaryContent.addChild("#", " ");
L10n.addL10nSubstitution(summaryContent,
"UserAlertManager.alertsOnAlertsPage",
new String[] { "link", "/link" },
new String[] { "<a href=\"/alerts/\">", "</a>"
});
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs