clarify _to_block_new_user settings

This commit is contained in:
Jeff Atwood 2014-02-11 14:43:30 -08:00
parent ef16c08688
commit 3ef65fffb8
1 changed files with 2 additions and 2 deletions

View File

@ -599,8 +599,8 @@ en:
max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site"
max_replies_in_first_day: "The maximum number of replies a user is allowed to create in their first day on the site"
num_flags_to_block_new_user: "If a new user's posts get this many spam flags from (n) different users, hide all their posts and prevent future posting. 0 disables this feature."
num_users_to_block_new_user: "If a new user's posts get (x) spam flags from this many different users, hide all their posts and prevent future posting. 0 disables this feature."
num_flags_to_block_new_user: "If a new user's posts get this many spam flags from num_users_to_block_new_user different users, hide all their posts and prevent future posting. 0 disables this feature."
num_users_to_block_new_user: "If a new user's posts get num_flags_to_block_new_user spam flags from this many different users, hide all their posts and prevent future posting. 0 disables this feature."
notify_mods_when_user_blocked: "If a user is automatically blocked, send a message to all moderators."
flag_sockpuppets: "If a new user (i.e., registered in the last 24 hours) who started a topic and a new user who replies in that topic are at the same IP address, both their posts will automatically be flagged as spam."