Commit acdfbbea authored by Michal Čihař's avatar Michal Čihař

Translatable label

parent d8d4c82c
......@@ -45,5 +45,5 @@ class TranslationForm(forms.Form):
fuzzy = forms.BooleanField(label = _('Fuzzy'), required = False)
class UploadForm(forms.Form):
file = forms.FileField()
file = forms.FileField(label = _('File'))
overwrite = forms.BooleanField(label = _('Overwrite existing translations'), required = False)
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