fix a translatable string
This commit is contained in:
parent
fc40439fbc
commit
4b1ca8a50a
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ void user_choice_manager::update_local_choice()
|
|||
}
|
||||
}
|
||||
}
|
||||
wait_message_ = vgettext("waiting for $desc from side(s)$sides", {std::make_pair("desc", uch_.description()), std::make_pair("sides", sides_str)});
|
||||
wait_message_ = vgettext("waiting for $desc from side(s) $sides", {std::make_pair("desc", uch_.description()), std::make_pair("sides", sides_str)});
|
||||
if(local_choice_prev != local_choice_) {
|
||||
changed_event_.notify_observers();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue