Campaign Difficulty: restore the description parentheses on request

This commit is contained in:
Charles Dang 2018-05-25 11:58:56 +11:00
parent 47d766d374
commit 47bef433a9

View file

@ -107,7 +107,7 @@ void campaign_difficulty::pre_show(window& window)
if(!d["description"].empty()) {
item["label"] = (formatter() <<
font::span_color(font::GRAY_COLOR) << d["description"].str() << "</span>").str();
font::span_color(font::GRAY_COLOR) << "(" << d["description"].str() << ")</span>").str();
data.emplace("description", item);
}