From a8fc677677a2499cecedeb6978997d36e4fe0df3 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 11 Jan 2019 17:31:41 +0000 Subject: [PATCH] FIX: Correct copy for flag_sockpuppets site setting --- 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 76b66617fcb..8bff05ebf36 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1319,7 +1319,7 @@ en: num_tl3_flags_to_silence_new_user: "If a new user's posts get this many flags from num_tl3_users_to_silence_new_user different trust level 3 users, hide all their posts and prevent future posting. 0 to disable." num_tl3_users_to_silence_new_user: "If a new user's posts get num_tl3_flags_to_silence_new_user flags from this many different trust level 3 users, hide all their posts and prevent future posting. 0 to disable." notify_mods_when_user_silenced: "If a user is automatically silenced, send a message to all moderators." - flag_sockpuppets: "If a new user replies to a topic from the same IP address as the new user who started the topic, flag both of their posts as potential spam." + flag_sockpuppets: "If a new user replies to a topic from the same IP address as the user who started the topic, flag both of their posts as potential spam." traditional_markdown_linebreaks: "Use traditional linebreaks in Markdown, which require two trailing spaces for a linebreak." enable_markdown_typographer: "Use typography rules to improve readability of text: replace straight quotes ' with curly quotes ’, (c) (tm) with symbols, -- with emdash –, etc"