diff --git a/AKModel/models.py b/AKModel/models.py index b3820a154c354303053e088bfff4d6f08bde35ac..e3530861ae9179be76fc2e59585592ef04f8d455 100644 --- a/AKModel/models.py +++ b/AKModel/models.py @@ -153,8 +153,8 @@ class Event(models.Model): help_text=_('Default length in hours that is assumed for AKs in this event.')) export_slot = models.DecimalField(max_digits=4, decimal_places=2, default=1, verbose_name=_('Export Slot Length'), help_text=_( - 'Slot duration in hours that is used in the timeslot discretization, when this event ' - 'is exported for the solver.' + 'Slot duration in hours that is used in the timeslot discretization, ' + 'when this event is exported for the solver.' ))