forked from mirror/django-mailbox
Minor field display name change.
This commit is contained in:
parent
c7dd1ad3e7
commit
694a90141b
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ class Message(models.Model):
|
|||
)
|
||||
|
||||
eml = models.FileField(
|
||||
_(u'Message as a file'),
|
||||
_(u'Raw message contents'),
|
||||
null=True,
|
||||
upload_to="messages",
|
||||
help_text=_(u'Original full content of message')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue