MP Lobby: used "not installed" instead of "missing"

This commit is contained in:
Charles Dang 2018-05-13 16:16:37 +11:00
parent 0bf09c82a5
commit 929a689f20

View file

@ -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;