Rename l10n variables, add missing texts.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / UnlikePage.java
index 287c36c..e794582 100644 (file)
@@ -38,7 +38,7 @@ public class UnlikePage extends SoneTemplatePage {
         *            The Sone web interface
         */
        public UnlikePage(Template template, WebInterface webInterface) {
-               super("unlike.html", template, "Page.UnlikePost.Title", webInterface, true);
+               super("unlike.html", template, "Page.Unlike.Title", webInterface, true);
        }
 
        //