fix a translatable string

This commit is contained in:
gfgtdf 2017-01-26 14:29:36 +01:00 committed by GitHub
parent fc40439fbc
commit 4b1ca8a50a

View file

@ -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();
}