Fix filenames in license headers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / MarkAsKnownPage.java
index ceba12d..9f91c84 100644 (file)
@@ -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);
        }
 
        //