"SelectBoardsPage.SubscriptionSucceededBox.Text",
new String[] { "link", "boardname" },
new HTMLNode[] { HTMLNode.link(BoardPage.getURI(board)), HTMLNode.text(board.getName()) });
}
else if(unsubscribe) {
messageManager.unsubscribeFromBoard(mOwnIdentity, boardName);
HTMLNode successBox = addContentBox(l10n().getString("SelectBoardsPage.UnsubscriptionSucceededBox.Header"));
l10n().addL10nSubstitution(
successBox.addChild("div"),
"SelectBoardsPage.UnsubscriptionSucceededBox.Text",