diff -r e27c75dedbfb -r 09c3b7aaa535 app/projrev/models.py --- a/app/projrev/models.py Thu Aug 13 03:42:34 2009 +0530 +++ b/app/projrev/models.py Thu Aug 13 04:01:15 2009 +0530 @@ -901,7 +901,7 @@ attribute2 = models.PositiveSmallIntegerField( choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)]) attribute2.verbose_name = ('Uniqueness/novelty/innovation of the said ' - 'proposal') + 'proposal.') comment_a2 = models.TextField(blank=True) comment_a2.verbose_name = 'Comment'