Removed an 'i'

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-11-05 00:24:48 +01:00
parent 6de83e3b78
commit 232c9487c6
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ class QuestionStatus(models.Model):
)
def __str__(self):
return "Quiestion status: {}".format(self.name)
return "Question status: {}".format(self.name)
# Reversion registration (usufull for base.notification and for meke a historical)