Changes

no edit summary
Line 293: Line 293:  
}
 
}
 
for key, value in pairs(self._header_icons) do
 
for key, value in pairs(self._header_icons) do
self._header_icons[key] = Formatting:format_image{value, caption = Formatting:format_stat_name(key)}
+
self._header_icons[key] = Formatting:format_image{value, caption = Formatting:format_resource_name(key)}
 
end
 
end
 
end
 
end
Anonymous user