Edgewall Software

Ticket #9594: t9594-r10023.patch

File t9594-r10023.patch, 519 bytes (added by Ryan J Ollos <ryano@…>, 21 months ago)

Patch to change label.

  • trac/ticket/web_ui.py

     
    228228 
    229229    def get_timeline_filters(self, req): 
    230230        if 'TICKET_VIEW' in req.perm: 
    231             yield ('ticket', _("Opened and closed tickets")) 
     231            yield ('ticket', _("Tickets opened and closed")) 
    232232            if self.timeline_details: 
    233233                yield ('ticket_details', _("Ticket updates"), False) 
    234234