summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2017-02-17 20:49:32 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2017-02-17 20:49:32 +0100
commit4b67dedf8f9ed4e9fd53ff95c304c3c4197d47b0 (patch)
tree9d4b97c9a42e94cda6e5c1c740eac72f85a3b593 /chimere/models.py
parentb776823d49697812db55b0c923601f0818d67f60 (diff)
downloadChimère-4b67dedf8f9ed4e9fd53ff95c304c3c4197d47b0.tar.bz2
Chimère-4b67dedf8f9ed4e9fd53ff95c304c3c4197d47b0.zip
Update help message for weight
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py
index 96fcbf7..e767ab0 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -591,7 +591,7 @@ class GeographicItem(models.Model):
weight = models.FloatField(
_("Weight"), blank=True, null=True,
help_text=_(
- "Weight are used for heatmap and clustering. A formula must "
+ "Weight are used for heatmap and clustering. A formula must be "
"defined in the associated category."))
normalised_weight = models.FloatField(
_("Normalised weight"), blank=True, null=True,