X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FMarkAsKnownPage.java;h=9f91c843f30d53e2dc2655260c85492403d09a16;hb=d0ae5f106a59d7ac808e03287af2e5a33e50ba8b;hp=ceba12d1af401750bdcd354e0e39b35d419630f9;hpb=62f46502def27eaf439e3c94d2c4c35df04c05ee;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/MarkAsKnownPage.java b/src/main/java/net/pterodactylus/sone/web/MarkAsKnownPage.java index ceba12d..9f91c84 100644 --- a/src/main/java/net/pterodactylus/sone/web/MarkAsKnownPage.java +++ b/src/main/java/net/pterodactylus/sone/web/MarkAsKnownPage.java @@ -1,5 +1,5 @@ /* - * Sone - MarkReadPage.java - Copyright © 2011 David Roden + * Sone - MarkAsKnownPage.java - Copyright © 2011 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -42,7 +42,7 @@ public class MarkAsKnownPage extends SoneTemplatePage { * 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); } //