summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 0766c1caa..37c9305e9 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -66,8 +66,8 @@ class ReportState(GeneralType):
order = models.IntegerField(_(u"Order"))
class Meta:
- verbose_name = _(u"Report state")
- verbose_name_plural = _(u"Report states")
+ verbose_name = _(u"Type of report state")
+ verbose_name_plural = _(u"Types of report state")
ordering = ('order',)
def __unicode__(self):