form: change popup title for msp file-picker popup

refs #3939
This commit is contained in:
Benjamin Dauvergne 2013-11-05 11:20:09 +01:00
parent 2bac98e91b
commit b2ea17fd52
1 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ class FileWithPreviewAndStrongboxWidget(FileWithPreviewWidget):
data-src="%smsp/pick"
data-width="500"
data-height="400"
data-title="Pick file on MSP"
data-title="%s"
rel="popup">%s</span></p>''') % (
root_url, _('Use file from mon.Service-Public.fr'))
root_url, _('Pick a file on mon.Service-Public.fr'),
_('Use file from mon.Service-Public.fr'))
return t