Add missing translation marker. Closes issue GL#201.

This commit is contained in:
Roberto Rosario
2015-10-08 19:29:19 -04:00
parent 1eddea65af
commit 27da0f8bb2

View File

@@ -104,7 +104,7 @@ class DocumentTypeSelectForm(forms.Form):
as form #1 in the document creation wizard
"""
document_type = forms.ModelChoiceField(
queryset=DocumentType.objects.all(), label=('Document type')
queryset=DocumentType.objects.all(), label=_('Document type')
)