Reduced application poll title.

This commit is contained in:
Emanuel Schuetze 2011-09-02 17:40:02 +02:00
parent 1811f0108c
commit 6458a69324

View File

@ -355,7 +355,7 @@ class Application(models.Model):
description = _("%s. poll") % pollcount
else:
description = _("Poll")
poll = Poll(title=_("Vote on application #%s") % self.number, \
poll = Poll(title=_("Application #%s") % self.number, \
optiondecision=True, \
application=self,
description=description)