From 3942b2923cac6e9403da2c504c045a711c01cd77 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 12 Jun 2013 16:05:16 -0400 Subject: [PATCH] fix for vivo-127 --- .../body/individual/individual--foaf-person-2column.ftl | 3 +-- themes/wilma/templates/individual--foaf-person.ftl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl index 01ec1742..6e557d13 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -107,8 +107,7 @@ -<#assign nameForOtherGroup = "other"> <#-- individual-properties.ftl --> -<#-- Ontology properties --> +<#assign nameForOtherGroup = "${i18n().other}"> <#if !editable> <#-- We don't want to see the first name and last name unless we might edit them. --> <#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/firstName")!> diff --git a/themes/wilma/templates/individual--foaf-person.ftl b/themes/wilma/templates/individual--foaf-person.ftl index 0fa1d2a4..bf3e512c 100644 --- a/themes/wilma/templates/individual--foaf-person.ftl +++ b/themes/wilma/templates/individual--foaf-person.ftl @@ -87,7 +87,7 @@ -<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl --> +<#assign nameForOtherGroup = "${i18n().other}"> <#-- Ontology properties --> <#if !editable>