Update translations

This commit is contained in:
Raphael Michel
2017-05-02 11:01:48 +02:00
parent 938a1bca0d
commit d9adec88c8
5 changed files with 675 additions and 595 deletions

View File

@@ -989,7 +989,7 @@ class ItemAddOns(ItemDetailMixin, EventPermissionRequiredMixin, TemplateView):
def get(self, request, *args, **kwargs):
if self.get_object().category and self.get_object().category.is_addon:
messages.error(self.request, _('Your cannot add addons to a product that is only available as an add-on '
messages.error(self.request, _('You cannot add addons to a product that is only available as an add-on '
'itself.'))
return redirect(self.get_previous_url())