diff --git a/pretix_servicefees/__init__.py b/pretix_servicefees/__init__.py index 612b781..adceeac 100644 --- a/pretix_servicefees/__init__.py +++ b/pretix_servicefees/__init__.py @@ -9,7 +9,7 @@ class PluginApp(AppConfig): class PretixPluginMeta: name = ugettext_lazy('pretix Service Fees') author = 'Raphael Michel' - description = ugettext_lazy('Allows you to impose a service fee on all non-free orders.') + description = ugettext_lazy('This plugin allows you to impose a service fee on all non-free orders.') visible = True version = '1.0.0'