From f3fb10de03482daee927a8db76b0eb2480a2f47e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 7 Jun 2013 15:07:43 -0400 Subject: [PATCH] settings: Update english description of entropy --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index fbdd34730f3..d84d8372960 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -589,8 +589,8 @@ en: email_time_window_mins: "How many minutes we wait before sending a user mail, to give them a chance to see it first" flush_timings_secs: "How frequently we flush timing data to the server, in seconds" max_word_length: "The maximum allowed word length, in characters, in a topic title" - title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title" - body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body" + title_min_entropy: "The minimum allowed entropy (unique characters, non-english count for more) required for a topic title" + body_min_entropy: "The minimum allowed entropy (unique characters, non-english count for more) required for a post body" title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"