From a8157efdfe7315bee95ca30dc754d42e09ccc286 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Apr 2014 10:15:06 -0700 Subject: [PATCH] copyedits on editor entry errors --- config/locales/client.en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 11ee529292f..481f1a6ff2d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -521,12 +521,12 @@ en: need_more_for_reply: "{{n}} to go for the post" error: - title_missing: "Title is required." - title_too_short: "Title must be at least {{min}} characters long." - title_too_long: "Title must be less than {{max}} characters long." - post_missing: "Post can't be empty." - post_length: "Post must be at least {{min}} characters long." - category_missing: "You must choose a category." + title_missing: "Title is required" + title_too_short: "Title must be at least {{min}} characters" + title_too_long: "Title can't be more than {{max}} characters" + post_missing: "Post can't be empty" + post_length: "Post must be at least {{min}} characters" + category_missing: "You must choose a category" save_edit: "Save Edit" reply_original: "Reply on Original Topic"