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 | b1e8ef0f311c786e6e390418b73ebe8e0d305562 (patch) | |
tree | e5ec6e38a0410b3222a00987f3b09a66ae972732 /ishtar_common/models.py | |
parent | 9df28c0281f7736ffe967ad6d7f96b1328b8d101 (diff) | |
download | Ishtar-b1e8ef0f311c786e6e390418b73ebe8e0d305562.tar.bz2 Ishtar-b1e8ef0f311c786e6e390418b73ebe8e0d305562.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"), |