fixed missing bracket in string. thanks to jezdez for catching this during translation.

This commit is contained in:
Ross Poulton 2011-02-07 10:23:06 +00:00
parent ecd4f2ce42
commit ad58b4dcbb

View File

@ -282,7 +282,7 @@ def ticket_from_message(message, queue, quiet):
else: else:
if t.status == Ticket.REOPENED_STATUS: if t.status == Ticket.REOPENED_STATUS:
update = _(' (Reopened') update = _(' (Reopened)')
else: else:
update = _(' (Updated)') update = _(' (Updated)')