diff rhodecode/templates/changeset/changeset_file_comment.html @ 2307:d2043c703f84 beta

Fixed i18n of the second comment help block.
author Vincent Duvert <vincent@duvert.net>
date Sun, 20 May 2012 10:14:08 +0200
parents 66fa6c434ce4
children 83e4447077d3
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Sat May 19 23:55:25 2012 +0200
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Sun May 20 10:14:08 2012 +0200
@@ -35,8 +35,8 @@
     <div class="overlay"><div class="overlay-text">${_('Submitting...')}</div></div>
       ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id),class_='inline-form')}
       <div class="clearfix">
-          <div class="comment-help">${(_('Commenting on line {1}. Comments parsed using %s syntax with %s support.')
-          	% (('<a href="%s">RST</a>' % h.url('rst_help')),
+          <div class="comment-help">${_('Commenting on line {1}.')}
+          ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
           	'<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
           	_('Use @username inside this text to send notification to this RhodeCode user')))|n}</div>
           <textarea id="text_{1}" name="text"></textarea>
@@ -97,8 +97,9 @@
         <strong>${_('Leave a comment')}</strong>
         <div class="clearfix">
             <div class="comment-help">
-                ${_('Comments parsed using')} <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}
-                ${_('with')} <span style="color:#003367" class="tooltip" title="${_('Use @username inside this text to send notification to this RhodeCode user')}">@mention</span> ${_('support')}
+                ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
+          		'<span style="color:#003367" class="tooltip" title="%s">@mention</span>' %
+          		_('Use @username inside this text to send notification to this RhodeCode user')))|n}
             </div>
                 ${h.textarea('text')}
         </div>