Add missing translation.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 19 Jan 2011 15:11:05 +0000 (16:11 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 19 Jan 2011 15:11:05 +0000 (16:11 +0100)
src/main/java/net/pterodactylus/sone/web/MarkAsKnownPage.java
src/main/resources/i18n/sone.en.properties

index ceba12d..4ecf6e0 100644 (file)
@@ -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);
        }
 
        //
index e608358..26c13df 100644 (file)
@@ -157,6 +157,8 @@ Page.Distrust.Title=Distrust Sone - Sone
 
 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!