Campaign Difficulty: restore the description parentheses on request
This commit is contained in:
parent
74833bde39
commit
01a9666acb
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void campaign_difficulty::pre_show(window& window)
|
|||
const std::string descrip_text = d["old_markup"].to_bool() || d["description"].empty()
|
||||
? d["description"]
|
||||
: (formatter() <<
|
||||
font::span_color(font::GRAY_COLOR) << d["description"].str() << "</span>").str();
|
||||
font::span_color(font::GRAY_COLOR) << "(" << d["description"].str() << ")</span>").str();
|
||||
|
||||
item["label"] = descrip_text;
|
||||
data.emplace("description", item);
|
||||
|
|
Loading…
Add table
Reference in a new issue