From 3ece911018d10cbad9141dee7a0e274816b9e837 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 9 Dec 2017 15:21:07 +0100 Subject: [PATCH] Fix typo (#703) --- src/pretix/control/forms/vouchers.py | 2 +- src/pretix/locale/de/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de_Informal/LC_MESSAGES/django.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/control/forms/vouchers.py b/src/pretix/control/forms/vouchers.py index 39ae0643f4..a3d6ee2ada 100644 --- a/src/pretix/control/forms/vouchers.py +++ b/src/pretix/control/forms/vouchers.py @@ -165,7 +165,7 @@ class VoucherBulkForm(VoucherForm): data = super().clean() if Voucher.objects.filter(code__in=data['codes'], event=self.instance.event).exists(): - raise ValidationError(_('A voucher with one of this codes already exists.')) + raise ValidationError(_('A voucher with one of these codes already exists.')) return data diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index 60ef539447..9bf38b802c 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -4526,7 +4526,7 @@ msgid "Number of times times EACH of these vouchers can be redeemed." msgstr "Wie oft JEDER der Gutscheine eingelöst werden kann." #: pretix/control/forms/vouchers.py:168 -msgid "A voucher with one of this codes already exists." +msgid "A voucher with one of these codes already exists." msgstr "Ein Gutschein mit einem der eingegebenen Codes existiert bereits." #: pretix/control/logdisplay.py:25 diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index c936527bd1..4bc4299e40 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -4519,7 +4519,7 @@ msgid "Number of times times EACH of these vouchers can be redeemed." msgstr "Wie oft JEDER der Gutscheine eingelöst werden kann." #: pretix/control/forms/vouchers.py:168 -msgid "A voucher with one of this codes already exists." +msgid "A voucher with one of these codes already exists." msgstr "Ein Gutschein mit einem der eingegebenen Codes existiert bereits." #: pretix/control/logdisplay.py:25