From df43bac7e986af31130ea14f38c608c250ea7a26 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 6 Mar 2018 16:06:38 +0100 Subject: [PATCH] Do a small code change --- pretix_servicefees/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'