summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2016-11-09 22:08:29 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2016-11-09 22:08:29 +0100
commitc578cba0544d10d4c6be93a15c5dc966e2ffcb44 (patch)
treeb637e40f7c3a5e2000bbe93e2a6687706c067f38 /archaeological_operations
parent3bb6627b4b30edc4c06a544cf4fe7bfdebff6f35 (diff)
downloadIshtar-c578cba0544d10d4c6be93a15c5dc966e2ffcb44.tar.bz2
Ishtar-c578cba0544d10d4c6be93a15c5dc966e2ffcb44.zip
Update labels
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/ishtar_menu.py4
-rw-r--r--archaeological_operations/wizards.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/ishtar_menu.py b/archaeological_operations/ishtar_menu.py
index a0852147a..5f937f01c 100644
--- a/archaeological_operations/ishtar_menu.py
+++ b/archaeological_operations/ishtar_menu.py
@@ -66,7 +66,7 @@ MENU_SECTIONS = [
'change_administrativeact']),
MenuItem(
'operation_administrativeactop',
- _(u"Add"),
+ _(u"Creation"),
model=models.AdministrativeAct,
access_controls=['change_administrativeact']),
MenuItem(
@@ -94,7 +94,7 @@ MENU_SECTIONS = [
access_controls=['view_operation',
'view_own_operation']),
MenuItem('operation_source_creation',
- _(u"Add"),
+ _(u"Creation"),
model=models.OperationSource,
access_controls=['change_operation',
'change_own_operation']),
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'):