summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-15 13:45:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-15 13:45:22 +0200
commit8e29863487b176ec1877907658caa3c65d114882 (patch)
tree11ba41033f78b9e7c29ce221823bb5c96aab5bc2 /ishtar_common/models.py
parenta0d7d147f3b0aab083b59b313c1bc5b8e2240528 (diff)
downloadIshtar-8e29863487b176ec1877907658caa3c65d114882.tar.bz2
Ishtar-8e29863487b176ec1877907658caa3c65d114882.zip
Manage migrations from v1
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 445141bc2..775bff363 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1195,7 +1195,7 @@ class IshtarSiteProfile(models.Model, Cached):
find_index = models.CharField(
_(u"Find index is based on"), default='O', max_length=2,
choices=FIND_INDEX_SOURCE,
- help_text=_(u"To prevent irrlevant indexes, change this parameter "
+ help_text=_(u"To prevent irrelevant indexes, change this parameter "
u"only if there is no find in the database"))
find_color = models.CharField(
_(u"CSS color code for find module"),