# HG changeset patch # User domruf # Date 1476912961 -7200 # Node ID a3a2dc51f0d6b16aaa643686607f85f50a8cfa83 # Parent cb187a32c8e3d77944277f0c512350e88e5dfcbf pullrequest: avoid unnecessary text Less text is easier/fast to read. diff -r cb187a32c8e3 -r a3a2dc51f0d6 kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Tue Jul 04 20:18:40 2017 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Wed Oct 19 23:36:01 2016 +0200 @@ -82,8 +82,8 @@ %if request.authuser.username != 'default': ${h.form('#', class_='inline-form')}
-
${_('Commenting on line.')} - ${_('Comments are in plain text. Use @username inside this text to notify another user.')|n} +
+ ${_('Comments are in plain text. Use @username to notify another user.')|n}
diff -r cb187a32c8e3 -r a3a2dc51f0d6 kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html Tue Jul 04 20:18:40 2017 +0200 +++ b/kallithea/templates/pullrequests/pullrequest_show.html Wed Oct 19 23:36:01 2016 +0200 @@ -63,7 +63,7 @@ %endif
- +
%if c.current_voting_result: @@ -193,7 +193,7 @@
## REVIEWERS
-

${_('Pull Request Reviewers')}

+

${_('Reviewers')}

## members goes here !