fix another instance of "overlapping messages", for planning mode
This was previously fixed for the accelerated speed hotkey
announcements.
13c044f346
This commit is contained in:
parent
04faf1d735
commit
b8ca750d4b
1 changed files with 1 additions and 2 deletions
|
@ -227,8 +227,7 @@ void playsingle_controller::whiteboard_toggle() {
|
||||||
utils::string_map symbols;
|
utils::string_map symbols;
|
||||||
symbols["hotkey"] = hk;
|
symbols["hotkey"] = hk;
|
||||||
|
|
||||||
gui_->announce(_("Planning mode activated!"), font::NORMAL_COLOR);
|
gui_->announce(_("Planning mode activated!") + std::string("\n") + vgettext("(press $hotkey to deactivate)", symbols), font::NORMAL_COLOR);
|
||||||
gui_->announce("\n" + vgettext("(press $hotkey to deactivate)", symbols), font::NORMAL_COLOR);
|
|
||||||
} else {
|
} else {
|
||||||
gui_->announce(_("Planning mode deactivated!"), font::NORMAL_COLOR);
|
gui_->announce(_("Planning mode deactivated!"), font::NORMAL_COLOR);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue