summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-22 16:09:05 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-02-22 16:09:05 +0100
commit2e6718b92508d2af0471d0a1819131524036bb9c (patch)
tree801edaee5d028e23b354f776ed00bc4d41e39707 /ishtar_common
parent470e4acc04bb0d76fe9968fc91da17f037a33cc5 (diff)
downloadIshtar-2e6718b92508d2af0471d0a1819131524036bb9c.tar.bz2
Ishtar-2e6718b92508d2af0471d0a1819131524036bb9c.zip
Update labels
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/admin.py2
-rw-r--r--ishtar_common/tests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/admin.py b/ishtar_common/admin.py
index 8070b5180..95115860a 100644
--- a/ishtar_common/admin.py
+++ b/ishtar_common/admin.py
@@ -350,7 +350,7 @@ class GeneralTypeAdmin(admin.ModelAdmin):
if missing_parent:
self.message_user(
request,
- unicode(_(u"Theses parents are missing: {}")).format(
+ unicode(_(u"These parents are missing: {}")).format(
u" ; ".join(missing_parent)
))
url = reverse(
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index 6902854a2..208c8d224 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -183,7 +183,7 @@ class WizardTestFormData(object):
step name
:param ignored: steps to be ignored in wizard processing
:param pre_tests: list of function to be executed before the wizard
- :param extra_tests: list of extra tests. Theses tests must be functions
+ :param extra_tests: list of extra tests. These tests must be functions
accepting two parameters: the current test object and the final step
response
"""