forked from mirror/django-mailbox
Fix grammar of Mailbox.last_polling.help_text
This commit is contained in:
parent
fc05ee6505
commit
251b12161c
2 changed files with 4 additions and 3 deletions
|
|
@ -100,8 +100,9 @@ class Mailbox(models.Model):
|
|||
|
||||
last_polling = models.DateTimeField(
|
||||
_(u"Last polling"),
|
||||
help_text=(_("The time of last successfull polling of message. "
|
||||
"It is blank for new mailbox or processing email via pipe only.")),
|
||||
help_text=(_("The time of last successful polling for messages."
|
||||
"It is blank for new mailboxes and is not set for "
|
||||
"mailboxes that only receive messages via a pipe.")),
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue