Skip to content

Commit

Permalink
MP Lobby: used "not installed" instead of "missing"
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 13, 2018
1 parent 2bf4d68 commit 0d1571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/lobby.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0d1571a

Please sign in to comment.