From 2ddab79ff577b12c1aa413905111838755ed1852 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 7 Feb 2011 16:03:21 -0400 Subject: [PATCH] Added translatable label for staing files --- apps/documents/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documents/forms.py b/apps/documents/forms.py index 5c6c78f9c4..e3c2529db5 100644 --- a/apps/documents/forms.py +++ b/apps/documents/forms.py @@ -67,7 +67,7 @@ class StagingDocumentForm(forms.Form): required=False, label=_(u'Document type available filenames')) - staging_file_id = forms.ChoiceField() + staging_file_id = forms.ChoiceField(label=_(u'Staging file')) class DocumentTypeSelectForm(forms.Form):