fix english typo (#684)

This commit is contained in:
Jakob Schnell
2017-11-16 18:18:58 +01:00
committed by Raphael Michel
parent e0e37d9a2d
commit 445afcc50c
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class UpdateSettingsForm(SettingsForm):
help_text=_("During the update check, pretix will report an anonymous, unique installation ID, "
"the current version of pretix and your installed plugins and the number of active and "
"inactive events in your installation to servers operated by the pretix developers. We "
"will only store anonymous data, never any IP adresses and we will not know who you are "
"will only store anonymous data, never any IP addresses and we will not know who you are "
"or where to find your instance. You can disable this behaviour here at any time.")
)
update_check_email = forms.EmailField(

View File

@@ -122,7 +122,7 @@ def pretixcontrol_logentry_display(sender: Event, logentry: LogEntry, **kwargs):
'pretix.event.order.invoice.reissued': _('The invoice has been reissued.'),
'pretix.event.order.comment': _('The order\'s internal comment has been updated.'),
'pretix.event.order.payment.changed': _('The payment method has been changed.'),
'pretix.event.order.email.sent': _('An unindentified type email has been sent.'),
'pretix.event.order.email.sent': _('An unidentified type email has been sent.'),
'pretix.event.order.email.custom_sent': _('A custom email has been sent.'),
'pretix.event.order.email.expire_warning_sent': _('An email has been sent with a warning that the order is about '
'to expire.'),

View File

@@ -4094,7 +4094,7 @@ msgid ""
"installation ID, the current version of pretix and your installed plugins "
"and the number of active and inactive events in your installation to servers "
"operated by the pretix developers. We will only store anonymous data, never "
"any IP adresses and we will not know who you are or where to find your "
"any IP addresses and we will not know who you are or where to find your "
"instance. You can disable this behaviour here at any time."
msgstr ""
"Während des Update-Checks übermittelt pretix eine anonyme, eindeutige "

View File

@@ -4572,7 +4572,7 @@ msgid "The payment method has been changed."
msgstr "Die Zahlungsmethode wurde geändert."
#: pretix/control/logdisplay.py:125
msgid "An unindentified type email has been sent."
msgid "An unidentified type email has been sent."
msgstr "Eine E-Mail unbekannten Typs wurde verschickt."
#: pretix/control/logdisplay.py:126