Rename l10n variables, add missing texts.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / LikePage.java
index 9b5bda3..cb72782 100644 (file)
@@ -38,7 +38,7 @@ public class LikePage extends SoneTemplatePage {
         *            The Sone web interface
         */
        public LikePage(Template template, WebInterface webInterface) {
-               super("like.html", template, "Page.LikePost.Title", webInterface, true);
+               super("like.html", template, "Page.Like.Title", webInterface, true);
        }
 
        //