Text changes as per Tom's email

This commit is contained in:
2019-04-21 13:28:03 +01:00
parent 237ed5f164
commit 399d815604
4 changed files with 9 additions and 9 deletions

View File

@ -258,7 +258,7 @@ class CaseStudy(models.Model):
('WIND', _('Wind power')),
('HYDRO', _('Hydropower')),
('GEO', _('Geothermal')),
('TRANSMIT', _('Electrical power transmission infrastructure')),
('TRANSMIT', _('Electrical power transmission/distribution infrastructure')),
('STORE', _('Energy storage')),
('HEAT', _('Heat networks')),
('OTHER', _('Other')),
@ -289,8 +289,8 @@ class CaseStudy(models.Model):
'Violation of fundamental human rights, indigenous rights and/or other'
' collective rights')),
('EIMP', _(
'Environmental impacts (severe impacts on ecosystems / violation of laws'
' plans or programs of environmental conservation, etc.')),
'Environmental impacts (severe impacts on ecosystems / violation of laws,'
' plans or programs of environmental conservation, etc.)')),
('NCUL', _(
'Negative cultural impacts (erosion/destruction of bio-cultural heritage,'
' impacts on sacred land, etc.)')),
@ -872,7 +872,7 @@ class CaseStudy(models.Model):
)
manufacturing_ownership = models.TextField(
verbose_name=_("Describe the ownership structure of the project and its relation with the local community"),
verbose_name=_("Describe the ownership structure of the project and its relation with the local community."),
blank=True
)