From 249fa42fd265d136bb230d295b758e2884a37069 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 9 Apr 2013 21:15:42 -0700 Subject: [PATCH] better description for title_fancy_entities --- config/locales/server.da.yml | 2 +- config/locales/server.en.yml | 2 +- config/locales/server.es.yml | 2 +- config/locales/server.id.yml | 2 +- config/locales/server.sv.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml index 043c2ab25..4cde02521 100644 --- a/config/locales/server.da.yml +++ b/config/locales/server.da.yml @@ -417,7 +417,7 @@ da: 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_fancy_entities: "Convert fancy HTML entities in topic titles" + title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/" min_title_similar_length: "The minimum length of a title before it will be checked for similar topics" min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index e0b445a97..86feab679 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -486,7 +486,7 @@ en: 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_fancy_entities: "Convert fancy HTML entities in topic titles" + title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/" min_title_similar_length: "The minimum length of a title before it will be checked for similar topics" min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics" diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 744bb432d..7ed29e2cb 100755 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -407,7 +407,7 @@ es: 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_fancy_entities: "Convert fancy HTML entities in topic titles" + title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/" notification_types: mentioned: "%{display_username} mentioned you in %{link}" diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml index 504eb6faf..5739a52ec 100644 --- a/config/locales/server.id.yml +++ b/config/locales/server.id.yml @@ -422,7 +422,7 @@ id: 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_fancy_entities: "Convert fancy HTML entities in topic titles" + title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/" min_title_similar_length: "The minimum length of a title before it will be checked for similar topics" min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics" diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml index 00193fba7..6ed56b18e 100644 --- a/config/locales/server.sv.yml +++ b/config/locales/server.sv.yml @@ -476,7 +476,7 @@ sv: 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_fancy_entities: "Convert fancy HTML entities in topic titles" + title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/" min_title_similar_length: "The minimum length of a title before it will be checked for similar topics" min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"