strcpy(tempstr,fmt::format(_(/* TRANSLATORS: {:s} will be a name from the Shrine block above */"{:s} Shrine"),_(ShrineNames[Objects[i]._oVar1])).c_str());
strcpy(tempstr,fmt::format(_(/* TRANSLATORS: {:s} will be a name from the Shrine block above */"{:s} Shrine"),_(ShrineNames[object._oVar1])).c_str());
strcpy(tempstr,fmt::format(_(/* TRANSLATORS: {:s} will either be a chest or a door */"Trapped {:s}"),infostr).c_str());
strcpy(infostr,tempstr);
InfoColor=UiFlags::ColorRed;
}
}
if(Objects[i].IsDisabled()){
if(object.IsDisabled()){
strcpy(tempstr,fmt::format(_(/* TRANSLATORS: If user enabled diablo.ini setting "Disable Crippling Shrines" is set to 1; also used for Na-Kruls leaver */"{:s} (disabled)"),infostr).c_str());