From e736087326e1a5103c98900f8f0132869718f591 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 20 Jul 2015 15:56:26 -0700 Subject: [PATCH] copyedits --- config/locales/client.en.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 614c5d8..ce22902 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1,11 +1,11 @@ en: js: solved: - allow_accepted_answers: "Allow users to accept answers" - accept_answer: "Accept answer" - has_accepted_answer: "This topic has an accepted answer" - unaccept_answer: "Unaccept answer" - accepted_answer: "Accepted answer" + allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution" + accept_answer: "This reply solves the problem" + has_accepted_answer: "This topic has a solution" + unaccept_answer: "This reply no longer solves the problem" + accepted_answer: "Solution" solution: "Solution" accepted_html: " Solved by {{username}} in post #{{post_number}}" accepted_notification: "

{{username}} {{description}}

"