# HG changeset patch # User domruf # Date 2016-10-19 23:36:01 # Node ID a3a2dc51f0d6b16aaa643686607f85f50a8cfa83 # Parent cb187a32c8e3d77944277f0c512350e88e5dfcbf pullrequest: avoid unnecessary text Less text is easier/fast to read. diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -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 --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -63,7 +63,7 @@ ${self.repo_context_bar('showpullrequest %endif
- +
%if c.current_voting_result: @@ -193,7 +193,7 @@ ${self.repo_context_bar('showpullrequest
## REVIEWERS
-

${_('Pull Request Reviewers')}

+

${_('Reviewers')}

## members goes here !