* The Sone web interface
*/
public MarkAsKnownPage(Template template, WebInterface webInterface) {
- super("markAsKnown.html", template, "Page.MarkRead.Title", webInterface);
+ super("markAsKnown.html", template, "Page.MarkAsKnown.Title", webInterface);
}
//
Page.Untrust.Title=Untrust Sone - Sone
+Page.MarkAsKnown.Title=Mark as Known - Sone
+
Page.NoPermission.Title=Unauthorized Access - Sone
Page.NoPermission.Page.Title=Unauthorized Access
Page.NoPermission.Text.NoPermission=You tried to do something that you do not have sufficient authorization for. Please refrain from such actions in the future or we will be forced to take counter-measures!