Commit ebfff5f2 authored by Marc Delisle's avatar Marc Delisle

English improvements

parent 2245fd9f
...@@ -221,7 +221,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -221,7 +221,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
verbose_name=ugettext_lazy('Autoaccept suggestions'), verbose_name=ugettext_lazy('Autoaccept suggestions'),
default=0, default=0,
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Automatically accept suggestions with this amount of votes,' 'Automatically accept suggestions with this number of votes,'
' use 0 to disable.' ' use 0 to disable.'
), ),
validators=[validate_autoaccept], validators=[validate_autoaccept],
...@@ -230,7 +230,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -230,7 +230,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
verbose_name=ugettext_lazy('Quality checks flags'), verbose_name=ugettext_lazy('Quality checks flags'),
default='', default='',
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Additional comma separate flags to influence quality checks, ' 'Additional comma-separated flags to influence quality checks, '
'check documentation for possible values.' 'check documentation for possible values.'
), ),
validators=[validate_check_flags], validators=[validate_check_flags],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment