Information is an uncountable noun
This commit is contained in:
parent
936fe46bf6
commit
c805f4c866
2 changed files with 2 additions and 2 deletions
|
|
@ -525,7 +525,7 @@ class Boobathon(ReplApplication):
|
||||||
"""
|
"""
|
||||||
members
|
members
|
||||||
|
|
||||||
Display members informations.
|
Display members information.
|
||||||
"""
|
"""
|
||||||
self.event.load()
|
self.event.load()
|
||||||
for member in self.event.members.itervalues():
|
for member in self.event.members.itervalues():
|
||||||
|
|
|
||||||
|
|
@ -479,7 +479,7 @@ class BackendCfg(QDialog):
|
||||||
website = 'on the website <b>%s</b>' % module.website
|
website = 'on the website <b>%s</b>' % module.website
|
||||||
else:
|
else:
|
||||||
website = 'with the module <b>%s</b>' % module.name
|
website = 'with the module <b>%s</b>' % module.name
|
||||||
vbox.addWidget(QLabel('To create an account %s, please give these informations:' % website))
|
vbox.addWidget(QLabel('To create an account %s, please provide this information:' % website))
|
||||||
formlayout = QFormLayout()
|
formlayout = QFormLayout()
|
||||||
props_widgets = OrderedDict()
|
props_widgets = OrderedDict()
|
||||||
for key, prop in module.klass.ACCOUNT_REGISTER_PROPERTIES.iteritems():
|
for key, prop in module.klass.ACCOUNT_REGISTER_PROPERTIES.iteritems():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue