diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -35,8 +35,8 @@
${_('Submitting...')}
${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
-
${(_('Commenting on line {1}. Comments parsed using %s syntax with %s support.') - % (('RST' % h.url('rst_help')), +
${_('Commenting on line {1}.')} + ${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % _('Use @username inside this text to send notification to this RhodeCode user')))|n}
@@ -97,8 +97,9 @@ ${_('Leave a comment')}
- ${_('Comments parsed using')} RST ${_('syntax')} - ${_('with')} @mention ${_('support')} + ${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), + '@mention' % + _('Use @username inside this text to send notification to this RhodeCode user')))|n}
${h.textarea('text')}