diff options
Diffstat (limited to 'app/Census/CensusOfScotland1891.php')
| -rw-r--r-- | app/Census/CensusOfScotland1891.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfScotland1891.php b/app/Census/CensusOfScotland1891.php index ac24f2572b..f3f90a0a0b 100644 --- a/app/Census/CensusOfScotland1891.php +++ b/app/Census/CensusOfScotland1891.php @@ -39,7 +39,7 @@ class CensusOfScotland1891 extends CensusOfScotland implements CensusInterface { return array( new CensusColumnFullName($this, 'Name', 'Name and surname'), new CensusColumnRelationToHead($this, 'Relation', 'Relation to head of household'), - new CensusColumnCondition($this, 'Condition', 'Condition'), + new CensusColumnConditionEnglish($this, 'Condition', 'Condition'), new CensusColumnAgeMale($this, 'AgeM', 'Age (males)'), new CensusColumnAgeFemale($this, 'AgeF', 'Age (females)'), new CensusColumnOccupation($this, 'Occupation', 'Rank, profession or occupation'), |
