From c578cba0544d10d4c6be93a15c5dc966e2ffcb44 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Wed, 9 Nov 2016 22:08:29 +0100 Subject: Update labels --- archaeological_operations/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/wizards.py') diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index 572a25ca0..eeabef857 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -86,7 +86,7 @@ class OperationWizard(Wizard): if step.startswith('towns'): context['TOWNS'] = self.get_towns() elif step.startswith('parcels-') and self.get_current_file(): - # if a file is acciated to the operation add the button "Add all" + # if a file is associated to the operation add the button "Add all" context['add_all'] = True if step.startswith('parcels') and \ hasattr(self, 'automatic_parcel_association'): -- cgit v1.2.3