# HG changeset patch # User Vincent Duvert # Date 2012-05-20 08:14:08 # Node ID d2043c703f849b6109d9d1f6358effa4985fc117 # Parent 3917a858329c83a476b385f2133b1e8595112c08 Fixed i18n of the second comment help block. 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')}