From 3c0ba3c8e8c67da6271e50ff221c93227e16d835 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 5 Jul 2022 12:22:42 +0200 Subject: [PATCH] More accurate phrasing of "attachments skipped" message --- src/pretix/control/logdisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/logdisplay.py b/src/pretix/control/logdisplay.py index e42349f4a0..e099a3ec85 100644 --- a/src/pretix/control/logdisplay.py +++ b/src/pretix/control/logdisplay.py @@ -366,7 +366,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs): 'pretix.event.order.payment.changed': _('A new payment {local_id} has been started instead of the previous one.'), 'pretix.event.order.email.sent': _('An unidentified type email has been sent.'), 'pretix.event.order.email.error': _('Sending of an email has failed.'), - 'pretix.event.order.email.attachments.skipped': _('The email has been sent without attachments since they ' + 'pretix.event.order.email.attachments.skipped': _('The email has been sent without attached tickets since they ' 'would have been too large to be likely to arrive.'), 'pretix.event.order.email.custom_sent': _('A custom email has been sent.'), 'pretix.event.order.position.email.custom_sent': _('A custom email has been sent to an attendee.'),