Added a missing line
This commit is contained in:
parent
6c12537fa8
commit
5c0dee4486
1 changed files with 1 additions and 0 deletions
|
@ -1437,6 +1437,7 @@ void play_controller::toggle_accelerated_speed()
|
|||
{
|
||||
std::string hk = hotkey::get_names(hotkey::HOTKEY_ACCELERATED);
|
||||
utils::string_map symbols;
|
||||
symbols["hk"] = hk;
|
||||
gui_->announce(_("Accelerated speed enabled!"), font::NORMAL_COLOR);
|
||||
gui_->announce("\n" + vgettext("(press $hk to disable)", symbols), font::NORMAL_COLOR);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue