MP Lobby: used "not installed" instead of "missing"
This commit is contained in:
parent
2bf4d68c87
commit
0d1571a0b2
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ void mp_lobby::adjust_game_row_contents(const mp::game_info& game, grid* grid, b
|
|||
std::ostringstream ss;
|
||||
|
||||
const auto mark_missing = [&ss]() {
|
||||
ss << ' ' << font::span_color(font::BAD_COLOR) << "(" << _("era_or_mod^missing") << ")</span>";
|
||||
ss << ' ' << font::span_color(font::BAD_COLOR) << "(" << _("era_or_mod^not installed") << ")</span>";
|
||||
};
|
||||
|
||||
ss << "<big>" << colorize(_("Era"), font::TITLE_COLOR) << "</big>\n" << game.era;
|
||||
|
|
Loading…
Add table
Reference in a new issue