* 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);
}
//
* 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);
}
//
Page.ViewPost.Page.Title=View Post by {sone}
Page.ViewPost.Button.PostReply=Post Reply!
+Page.Like.Title=Like Post - Sone
+Page.Unlike.Title=Unlike Post - Sone
+
Page.DeletePost.Title=Delete Sone - Sone
Page.DeletePost.Page.Title=Delete Sone
Page.DeletePost.Text.PostWillBeGone=Deleting a post will remove it from your Sone. It will not remove it from Freenet because that is not possible. Older versions of your Sone will always include the deleted post.