summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfWales1861.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
committerGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
commitd5b0584dbc729158e086571dbfaad5c22f82f0ef (patch)
tree4ffb12f533a5a8505ae2380ffca06d67cbd0c9c5 /app/Census/CensusOfWales1861.php
parent1f646e4aa6e5c5701b125544c0528ba24547338b (diff)
downloadwebtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.gz
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.bz2
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.zip
#3109 - generate census columns using census language
Diffstat (limited to 'app/Census/CensusOfWales1861.php')
-rw-r--r--app/Census/CensusOfWales1861.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfWales1861.php b/app/Census/CensusOfWales1861.php
index 3923e4d699..bbfee48fa4 100644
--- a/app/Census/CensusOfWales1861.php
+++ b/app/Census/CensusOfWales1861.php
@@ -43,7 +43,7 @@ class CensusOfWales1861 extends CensusOfWales implements CensusInterface
{
return [
new CensusColumnFullName($this, 'Name', 'Name and surname'),
- new CensusColumnRelationToHead($this, 'Relation', 'Relation to head of household'),
+ new CensusColumnRelationToHeadEnglish($this, 'Relation', 'Relation to head of household'),
new CensusColumnConditionEnglish($this, 'Condition', 'Condition'),
new CensusColumnAgeMale($this, 'AgeM', 'Age (males)'),
new CensusColumnAgeFemale($this, 'AgeF', 'Age (females)'),