changeset 7147:a3a2dc51f0d6

pullrequest: avoid unnecessary text Less text is easier/fast to read.
author domruf <dominikruf@gmail.com>
date Wed, 19 Oct 2016 23:36:01 +0200
parents cb187a32c8e3
children 9d79a66b18c9
files kallithea/templates/changeset/changeset_file_comment.html kallithea/templates/pullrequests/pullrequest_show.html
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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')}
       <div class="well well-sm clearfix">
-        <div class="comment-help">${_('Commenting on line.')}
-          <span class="text-muted">${_('Comments are in plain text. Use @username inside this text to notify another user.')|n}</span>
+        <div class="comment-help">
+          <span class="text-muted">${_('Comments are in plain text. Use @username to notify another user.')|n}</span>
         </div>
         <textarea name="text" class="form-control comment-block-ta yui-ac-input"></textarea>
 
--- 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
 
         <div class="form-group">
-          <label>${_('Reviewer voting result')}:</label>
+          <label>${_('Voting Result')}:</label>
           <div>
             %if c.current_voting_result:
               <i class="icon-circle changeset-status-${c.current_voting_result}" title="${_('Pull request status calculated from votes')}"></i>
@@ -193,7 +193,7 @@
     </div>
     ## REVIEWERS
     <div class="pull-left">
-        <h4 class="pr-details-title">${_('Pull Request Reviewers')}</h4>
+        <h4 class="pr-details-title">${_('Reviewers')}</h4>
         <div id="reviewers">
           ## members goes here !
           <div>