From 037172beaae0743176eee653bd2cd4cd1ce5c7e9 Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Mon, 18 Apr 2022 14:50:49 -0400 Subject: [PATCH] UX: Add more detail to remove full quote site setting description (#16494) As suggested by https://meta.discourse.org/t/223311 --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index dfd396f1ed..87718982a5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1654,7 +1654,7 @@ en: send_tl2_promotion_message: "Send new trust level 2 users a message about promotion." suppress_reply_directly_below: "Don't show the expandable reply count on a post when there is only a single reply directly below this post." suppress_reply_directly_above: "Don't show the expandable in-reply-to on a post when there is only a single reply directly above this post." - remove_full_quote: "Automatically remove full quotes on direct replies." + remove_full_quote: "Automatically remove quotation if (a) it appears at the start of a post, (b) it is of an entire post, and (c) it is from the immediately preceding post. For details, see Removal of full quotes from direct replies" suppress_reply_when_quoting: "Don't show the expandable in-reply-to on a post when post quotes reply." max_reply_history: "Maximum number of replies to expand when expanding in-reply-to" topics_per_period_in_top_summary: "Number of top topics shown in the default top topics summary."