diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 12:18:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 12:18:44 +0200 |
commit | d9663ff070d8496c0e68a52520d20d877698c1d6 (patch) | |
tree | e5ec6e38a0410b3222a00987f3b09a66ae972732 /ishtar_common/models.py | |
parent | 21471477868c597b7223f265553340ddd3ceb4f7 (diff) | |
download | Ishtar-d9663ff070d8496c0e68a52520d20d877698c1d6.tar.bz2 Ishtar-d9663ff070d8496c0e68a52520d20d877698c1d6.zip |
Update translations
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 85bef32f3..5095619e0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1176,7 +1176,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"), |