X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3860fda5909f0f756be78567e4961ea82a12c4a3..f955487b51f1b787a52ad3df15b286447a1dec45:/forum_modules/exporter/forms.py?ds=sidebyside diff --git a/forum_modules/exporter/forms.py b/forum_modules/exporter/forms.py index 94ce800..5e4adec 100644 --- a/forum_modules/exporter/forms.py +++ b/forum_modules/exporter/forms.py @@ -2,5 +2,5 @@ from django import forms from django.utils.translation import ugettext as _ class ExporterForm(forms.Form): - anon_data = forms.BooleanField(label=_('Anonimyzed data'), help_text=_('Don\'t export user data and make all content anonymous'), required=False) + anon_data = forms.BooleanField(label=_('Anonymized data'), help_text=_('Don\'t export user data and make all content anonymous'), required=False) \ No newline at end of file