From f4221f5c7da8250f0a6e92233aee4363e5fc15d8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 22 Jun 2014 23:23:20 -0700 Subject: [PATCH] better copy for preformatted text --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 8a4f29f5b16..5fbf9b13697 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -605,7 +605,7 @@ en: quote_title: "Blockquote" quote_text: "Blockquote" code_title: "Preformatted text" - code_text: "enter preformatted text here" + code_text: "indent preformatted text by 4 spaces" upload_title: "Upload" upload_description: "enter upload description here" olist_title: "Numbered List"