diff rhodecode/templates/changeset/changeset_file_comment.html @ 3608:87b0a652b6b1 beta

comments: "Comment on pull request" feels more natural
author Mads Kiilerich <madski@unity3d.com>
date Mon, 25 Mar 2013 16:30:40 +0100
parents 716ac7659b90
children 45df84d36b44
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Tue Mar 26 23:15:22 2013 +0100
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Mon Mar 25 16:30:40 2013 +0100
@@ -27,9 +27,9 @@
          %if co.pull_request:
             <a href="${h.url('pullrequest_show',repo_name=co.pull_request.other_repo.repo_name,pull_request_id=co.pull_request.pull_request_id)}">
             %if co.status_change:
-              ${_('Status change from pull request #%s') % co.pull_request.pull_request_id}
+              ${_('Status change on pull request #%s') % co.pull_request.pull_request_id}
             %else:
-              ${_('Comment from pull request #%s') % co.pull_request.pull_request_id}
+              ${_('Comment on pull request #%s') % co.pull_request.pull_request_id}
             %endif
             </a>
          %endif