FIX: Simplify post and topic deletion language (#13128)

Based on feedback from Matt Haughey, we don't need to use so many words when describing a deleted topic or post.

Co-authored-by: Martin Brennan <martin@discourse.org>
This commit is contained in:
Jeff Atwood
2021-05-25 12:04:10 +10:00
committed by GitHub
co-authored by Martin Brennan
parent fccf4d4375
commit 50926f6143
5 changed files with 10 additions and 19 deletions
+2 -7
View File
@@ -2877,10 +2877,7 @@ en:
description:
one: You have selected <b>%{count}</b> post.
other: "You have selected <b>%{count}</b> posts."
deleted_by_author:
one: "(topic withdrawn by author, will be automatically deleted in %{count} hour unless flagged)"
other: "(topic withdrawn by author, will be automatically deleted in %{count} hours unless flagged)"
deleted_by_author_simple: "(topic deleted by author)"
post:
quote_reply: "Quote"
@@ -2896,9 +2893,7 @@ en:
follow_quote: "go to the quoted post"
show_full: "Show Full Post"
show_hidden: "View ignored content."
deleted_by_author:
one: "(post withdrawn by author, will be automatically deleted in %{count} hour unless flagged)"
other: "(post withdrawn by author, will be automatically deleted in %{count} hours unless flagged)"
deleted_by_author_simple: "(post deleted by author)"
collapse: "collapse"
expand_collapse: "expand/collapse"
locked: "a staff member has locked this post from being edited"