diff --git a/pretix_congressschedule/apps.py b/pretix_congressschedule/apps.py index b756542..b09c51d 100644 --- a/pretix_congressschedule/apps.py +++ b/pretix_congressschedule/apps.py @@ -12,7 +12,7 @@ class PassbookApp(AppConfig): class PretixPluginMeta: name = gettext_lazy("Congress Schedule") author = "Vincent Mahnke" - description = gettext_lazy("Provides passbook tickets for pretix") + description = gettext_lazy("Provides c3voc-schedule compatible XML files") category = "API" visible = True featured = True diff --git a/pretix_congressschedule/locale/django.pot b/pretix_congressschedule/locale/django.pot index a174392..592aa9e 100644 --- a/pretix_congressschedule/locale/django.pot +++ b/pretix_congressschedule/locale/django.pot @@ -22,5 +22,5 @@ msgid "Congress Schedule" msgstr "" #: pretix_congressschedule/__init__.py:13 -msgid "Provides passbook tickets for pretix" +msgid "Provides c3voc-schedule compatible XML files" msgstr "" \ No newline at end of file