summaryrefslogtreecommitdiff
path: root/archaeological_operations/wizards.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-09 22:08:29 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-11-09 22:08:29 +0100
commitc9ffa3ab1fcea404e08f12590511b0bf546db288 (patch)
treeb637e40f7c3a5e2000bbe93e2a6687706c067f38 /archaeological_operations/wizards.py
parent0daffe7ed98a0f5951c788d905c739db0304e14a (diff)
downloadIshtar-c9ffa3ab1fcea404e08f12590511b0bf546db288.tar.bz2
Ishtar-c9ffa3ab1fcea404e08f12590511b0bf546db288.zip
Update labels
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r--archaeological_operations/wizards.py2
1 files changed, 1 insertions, 1 deletions
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'):