Information is an uncountable noun

This commit is contained in:
Laurent Bachelier 2012-02-09 23:02:39 +01:00
commit c805f4c866
2 changed files with 2 additions and 2 deletions

View file

@ -525,7 +525,7 @@ class Boobathon(ReplApplication):
"""
members
Display members informations.
Display members information.
"""
self.event.load()
for member in self.event.members.itervalues():

View file

@ -479,7 +479,7 @@ class BackendCfg(QDialog):
website = 'on the website <b>%s</b>' % module.website
else:
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()
props_widgets = OrderedDict()
for key, prop in module.klass.ACCOUNT_REGISTER_PROPERTIES.iteritems():