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,10 +35,10 @@
${_('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')} - RST ${_('syntax')} ${_('with')} - @mention ${_('support')} -
+
${(_('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}
@@ -52,7 +52,7 @@ ${h.form('')}
- ${'You need to be logged in to comment.'} ${_('Login now')} + ${_('You need to be logged in to comment.')} ${_('Login now')}