From c042e19d397afb7c136ed83953da6676aa76e4ca Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 23 Apr 2013 18:40:44 +0200 Subject: [PATCH] OPs should be marked as [Dead] instead of [Deleted]. We don't know if it was deleted or died of age, this is more appropriate. --- src/main.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.coffee b/src/main.coffee index c8f33a52b..e89ba03b5 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -171,9 +171,9 @@ class Post unless strong = $ 'strong.warning', @nodes.info strong = $.el 'strong', className: 'warning' - textContent: '[Deleted]' + textContent: if @isReply then '[Deleted]' else '[Dead]' $.after $('input', @nodes.info), strong - strong.textContent = if file then '[File deleted]' else '[Deleted]' + strong.textContent = if file then '[File deleted]' else if @isReply then '[Deleted]' else '[Dead]' return if @isClone for clone in @clones