GUI: add a translation prefix
Depending on the context there are different possible word to translate 'to' with. [ci skip]
This commit is contained in:
parent
315b0895c1
commit
389653151c
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ void mp_create_game::update_details(window& win)
|
|||
const int p_max = current_campaign->max_players();
|
||||
|
||||
if(p_max > p_min) {
|
||||
players.set_label(VGETTEXT("$min to $max", {{"min", std::to_string(p_min)}, {"max", std::to_string(p_max)}}));
|
||||
players.set_label(VGETTEXT("number of players^$min to $max", {{"min", std::to_string(p_min)}, {"max", std::to_string(p_max)}}));
|
||||
} else {
|
||||
players.set_label(std::to_string(p_min));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue