Ignore:
Timestamp:
08/21/10 20:11:15 (3 years ago)
Author:
fl
Branch:
trunk
Message:

[svn r1193] remove some mentions of "status quo"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adhocracy/lib/tiles/decision_tiles.py

    r798 r847  
    1919        if self.poll.action == self.poll.SELECT and self.poll.selection: 
    2020            text = self.poll.selection.page.variant_head(self.poll.variant) 
    21             title = _("Status quo") if text.variant == text.HEAD else text.variant 
    22             variant_link = "<a href='%s'><code>%s</code></a>" % (h.text.url(text), cgi.escape(title)) 
     21            variant_link = "<a href='%s'><code>%s</code></a>" % (h.text.url(text), cgi.escape(title.variant_name)) 
    2322            page_link = h.page.link(self.poll.scope) 
    2423            return _("variant %(variant)s of %(page)s") % dict(variant=variant_link, page=page_link) 
Note: See TracChangeset for help on using the changeset viewer.