Added a log text

This commit is contained in:
Raphael Michel
2017-01-04 10:54:26 +01:00
parent 1cfce1f5e9
commit 954af1de3d
2 changed files with 1 additions and 1 deletions

View File

@@ -105,7 +105,6 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
'pretix.event.question.changed': _('The question has been modified.'),
'pretix.event.settings': _('The event settings have been changed.'),
'pretix.event.tickets.settings': _('The ticket download settings have been changed.'),
'pretix.plugins.sendmail.sent': _('A mass mail has been sent.'),
'pretix.event.plugins.enabled': _('A plugin has been enabled.'),
'pretix.event.plugins.disabled': _('A plugin has been disabled.'),
}