Added a missing line

This commit is contained in:
Bär Halberkamp 2013-08-14 20:44:14 +02:00
parent 6c12537fa8
commit 5c0dee4486

View file

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