[Notice] Announcing the End of Demo Server [Read me]
채수원 2014-08-06
Merge branch 'fix/issue-1738' of dlab/hive
from pull request 1235
@10252928c5355ee71c54af84357495b00040b5ef
app/views/issue/partial_comments.scala.html
--- app/views/issue/partial_comments.scala.html
+++ app/views/issue/partial_comments.scala.html
@@ -115,7 +115,7 @@
                             }
 
                             @if(issueComment.voters.contains(UserApp.currentUser())) {
-                                <button type="button" class="btn-transparent-with-fontsize-lineheight" title="@Messages("common.comment.vote")" data-request-type="comment-vote" data-request-uri="@routes.VoteApp.unvoteComment(project.owner, project.name, issue.getNumber, comment.id)">
+                                <button type="button" class="btn-transparent-with-fontsize-lineheight" title="@Messages("common.comment.unvote")" data-request-type="comment-vote" data-request-uri="@routes.VoteApp.unvoteComment(project.owner, project.name, issue.getNumber, comment.id)">
                                 <i class="yobicon-hearts vote-heart-on"></i>
                                 </button>
                             } else {
conf/messages
--- conf/messages
+++ conf/messages
@@ -141,6 +141,7 @@
 common.comment.delete = Delete comment
 common.comment.delete.confirm = Once you delete this comment, you won''t be able to recover it. Are you sure you want to delete this comment?
 common.comment.edit = Edit comment
+common.comment.unvote = Withdraw
 common.comment.vote = Agree
 common.comment.vote.agreement = {0} Agreement
 common.comment.vote.agreements = {0} Agreements
conf/messages.ko
--- conf/messages.ko
+++ conf/messages.ko
@@ -141,6 +141,7 @@
 common.comment.delete = 댓글 삭제
 common.comment.delete.confirm = 해당 댓글이 삭제되면 영원히 복구할 수 없습니다. 그래도 삭제하시겠습니까?
 common.comment.edit = 댓글 수정
+common.comment.unvote = 공감 취소
 common.comment.vote = 공감
 common.comment.vote.agreement = {0} 공감
 common.comment.vote.agreements = {0} 공감
Add a comment
List