From 4ebb6f8563640026176a7e0721d6dd2e3d71d160 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Dec 2020 11:06:43 +0100 Subject: Fix english typo --- archaeological_warehouse/models.py | 6 +++--- .../templates/ishtar/wizard/wizard_container_deletion.html | 6 +++--- .../templates/ishtar/wizard/wizard_warehouse_divisions.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'archaeological_warehouse') diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 8f4d0662e..05b3a6043 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -336,7 +336,7 @@ class Warehouse(Address, DocumentItem, GeoItem, CompleteIdentifierItem, auto_external_id = models.BooleanField( _("External ID is set automatically"), default=False) max_division_number = models.IntegerField( - _("Number maximum of division"), default=0, + _("Maximum number of divisions"), default=0, help_text=_("Automatically generated")) SUB_ADDRESSES = ["organization", "person_in_charge"] @@ -503,8 +503,8 @@ class WarehouseDivisionLinkManager(models.Manager): class ContainerType(GeneralType): stationary = models.BooleanField( _("Stationary"), default=False, - help_text=_("Container that usually will not be moved. Ex: building, " - "room.")) + help_text=_("Container that will not usually be moved. Ex: building, " + "room, span, shelf.")) length = models.IntegerField(_("Length (mm)"), blank=True, null=True) width = models.IntegerField(_("Width (mm)"), blank=True, null=True) height = models.IntegerField(_("Height (mm)"), blank=True, null=True) diff --git a/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html b/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html index ea11652af..429b3048e 100644 --- a/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html +++ b/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html @@ -10,7 +10,7 @@
- {% trans "Theses containers are inside this item. If you delete this item, they won't have any parent container. You probably want to fix that." %} + {% trans "These containers are inside this item. If you delete this item, they won't have any parent container. You probably want to fix that." %}