mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
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:
co-authored by
Martin Brennan
parent
fccf4d4375
commit
50926f6143
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user