From 6fae1cee34c7e79de096c9f52f17cdb96642e2b0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 25 Apr 2018 12:46:45 -0700 Subject: [PATCH] better help for typographer setting --- config/locales/server.en.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index cb699de3178..31af9294a90 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1124,7 +1124,6 @@ en: 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." traditional_markdown_linebreaks: "Use traditional linebreaks in Markdown, which require two trailing spaces for a linebreak." - enable_markdown_typographer: "Use basic typography rules to improve text readability of paragraphs of text, replaces (c) (tm) etc, with symbols, reduces number of question marks and so on" enable_markdown_linkify: "Automatically treat text that looks like a link as a link: www.site.com and http://site.com will be automatically linked" markdown_linkify_tlds: "List of top level domains that get automatically treated as links" post_undo_action_window_mins: "Number of minutes users are allowed to undo recent actions on a post (like, flag, etc)."