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