aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r--mediagoblin/edit/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index f98b672d..c9eae429 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -101,8 +101,8 @@ class EditAttachmentsForm(wtforms.Form):
'File')
class EditSubtitlesForm(wtforms.Form):
- subtitle_name = wtforms.StringField(
- 'Title')
+ subtitle_language = wtforms.StringField(
+ 'Language')
subtitle_file = wtforms.FileField(
'File')