InfoString=fmt::format(fmt::runtime(_(/* TRANSLATORS: {:s} will either be a chest or a door */"Trapped {:s}")),InfoString);
InfoString=fmt::format(fmt::runtime(_(/* TRANSLATORS: {:s} will either be a chest or a door */"Trapped {:s}")),InfoString.str());
InfoColor=UiFlags::ColorRed;
}
}
if(object.IsDisabled()){
InfoString=fmt::format(fmt::runtime(_(/* TRANSLATORS: If user enabled diablo.ini setting "Disable Crippling Shrines" is set to 1; also used for Na-Kruls lever */"{:s} (disabled)")),InfoString);
InfoString=fmt::format(fmt::runtime(_(/* TRANSLATORS: If user enabled diablo.ini setting "Disable Crippling Shrines" is set to 1; also used for Na-Kruls lever */"{:s} (disabled)")),InfoString.str());