admin: properly translate 'change' link (#2449)

This commit is contained in:
Frédéric Péters 2013-01-29 18:15:43 +01:00 committed by Thomas NOEL
parent f66ff32899
commit f0b7060d87
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class FormDefPage(Directory):
'<div class="splitcontent-right">'
'<div class="bo-block">'
'<h3>%s' % _('Options')
' <span class="change">(<a rel="popup" href="options">change</a>)</span></h3>'
' <span class="change">(<a rel="popup" href="options">%s</a>)</span></h3>' % _('change')
'<ul>'
if self.formdef.confirmation:
'<li>%s</li>' % _('Include confirmation page')