##// END OF EJS Templates
Fixed i18n of the second comment help block.
Vincent Duvert -
r2307:d2043c70 beta
parent child Browse files
Show More
@@ -35,8 +35,8 b''
35 <div class="overlay"><div class="overlay-text">${_('Submitting...')}</div></div>
35 <div class="overlay"><div class="overlay-text">${_('Submitting...')}</div></div>
36 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
36 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
37 <div class="clearfix">
37 <div class="clearfix">
38 <div class="comment-help">${(_('Commenting on line {1}. Comments parsed using %s syntax with %s support.')
38 <div class="comment-help">${_('Commenting on line {1}.')}
39 % (('<a href="%s">RST</a>' % h.url('rst_help')),
39 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
40 '<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
40 '<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
41 _('Use @username inside this text to send notification to this RhodeCode user')))|n}</div>
41 _('Use @username inside this text to send notification to this RhodeCode user')))|n}</div>
42 <textarea id="text_{1}" name="text"></textarea>
42 <textarea id="text_{1}" name="text"></textarea>
@@ -97,8 +97,9 b''
97 <strong>${_('Leave a comment')}</strong>
97 <strong>${_('Leave a comment')}</strong>
98 <div class="clearfix">
98 <div class="clearfix">
99 <div class="comment-help">
99 <div class="comment-help">
100 ${_('Comments parsed using')} <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}
100 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
101 ${_('with')} <span style="color:#003367" class="tooltip" title="${_('Use @username inside this text to send notification to this RhodeCode user')}">@mention</span> ${_('support')}
101 '<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
102 _('Use @username inside this text to send notification to this RhodeCode user')))|n}
102 </div>
103 </div>
103 ${h.textarea('text')}
104 ${h.textarea('text')}
104 </div>
105 </div>
General Comments 0
You need to be logged in to leave comments. Login now