enhancements of register

This commit is contained in:
Romain Bignon 2010-10-27 23:45:28 +02:00
commit 8997b1fe27
2 changed files with 2 additions and 2 deletions

View file

@ -303,7 +303,7 @@ class BackendCfg(QDialog):
website = 'on the website <b>%s</b>' % backend.website
else:
website = 'with the backend <b>%s</b>' % backend.name
vbox.addWidget(QLabel('To create an account %s, please give that informations:' % website))
vbox.addWidget(QLabel('To create an account %s, please give these informations:' % website))
formlayout = QFormLayout()
props_widgets = OrderedDict()
for key, prop in backend.klass.ACCOUNT_REGISTER_PROPERTIES.iteritems():