Change makefile and description

This commit is contained in:
Raphael Michel 2018-03-06 16:25:07 +01:00
parent 8f6cfc5189
commit 9728f19129
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ localecompile:
django-admin compilemessages
localegen:
django-admin makemessages --keep-pot -l de_Informal -l de -i build -i dist -i "*egg*"
django-admin makemessages --keep-pot -a -i build -i dist -i "*egg*" --settings pretix.settings

View File

@ -9,7 +9,7 @@ class PluginApp(AppConfig):
class PretixPluginMeta:
name = ugettext_lazy('pretix Service Fees')
author = 'Raphael Michel'
description = ugettext_lazy('This plugin allows you to impose a service fee on all non-free orders.')
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
visible = True
version = '1.0.0'