Get language-correct labels whether editing or not.

This commit is contained in:
j2blake 2013-10-15 15:43:23 -04:00
parent 3b6d65176d
commit 7fc2f07a77

View file

@ -108,9 +108,9 @@ public class GroupedPropertyList extends BaseTemplateModel {
if (editing) { if (editing) {
mergeAllPossibleDataProperties(propertyList); mergeAllPossibleDataProperties(propertyList);
propertyList = correctLanguageForProperties(propertyList);
} }
propertyList = correctLanguageForProperties(propertyList);
sort(propertyList); sort(propertyList);
// Put the list into groups // Put the list into groups