Changed label for historical and scope notes, for nicer display in keyword view

This commit is contained in:
David Convent 2013-01-29 11:38:27 +01:00
parent 7aa99491c4
commit f73b528e3f
1 changed files with 2 additions and 2 deletions

View File

@ -37,13 +37,13 @@ class IDmsKeyword(model.Schema):
# HN: historical note # HN: historical note
historical_note = schema.Text( historical_note = schema.Text(
title=_(u"HN (Historical Note)"), title=_(u"Historical Note"),
required=False, required=False,
) )
# SN: scope note # SN: scope note
scope_note = schema.Text( scope_note = schema.Text(
title=_(u"SN (Scope Note)"), title=_(u"Scope Note"),
required=False, required=False,
) )