copyedits

This commit is contained in:
Jeff Atwood 2015-07-20 15:56:26 -07:00
parent bb95c8f6a7
commit e736087326
1 changed files with 5 additions and 5 deletions

View File

@ -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: "<i class='fa-check-square fa accepted'></i> Solved <span class='by'>by <a href data-user-card='{{username_lower}}'>{{username}}</a></span> in <a href='{{post_path}}'>post #{{post_number}}</a>"
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"