Campaign Difficulty: restore the description parentheses on request
This commit is contained in:
parent
47d766d374
commit
47bef433a9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue