enhancements of register
This commit is contained in:
parent
d6e28f60a5
commit
8997b1fe27
2 changed files with 2 additions and 2 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue