sText = localText.getText("TXT_KEY_CONCEPT_BUILDINGS", ())
national = "Art\BUG\National_On.dds"
sNW = ArtFileMgr.getInterfaceArtInfo(national).getPath()
sText += " (" + str(pHeadSelectedCity.getNumNationalWonders() + pHeadSelectedCity.getNumTeamWonders()) + sNW + str(pHeadSelectedCity.getNumWorldWonders()) + CyTranslator().getText("[ICON_STAR]", ()) + ")"
screen.setLabel( "BuildingListLabel", "Background", sText, CvUtil.FONT_CENTER_JUSTIFY, 129, 295, -0.1, FontTypes.SMALL_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1 )