diff --git a/game/modules/tome/data/talents/chronomancy/speed-control.lua b/game/modules/tome/data/talents/chronomancy/speed-control.lua index 4cd0cc2a30b1656d9fdf5dc21e76e7441f905cae..302850ab936ccce7931204024bbf526e0b86d5e2 100644 --- a/game/modules/tome/data/talents/chronomancy/speed-control.lua +++ b/game/modules/tome/data/talents/chronomancy/speed-control.lua @@ -31,7 +31,7 @@ newTalent{ end, info = function(self, t) local power = self:getTalentLevelRaw(t) * 10 - return ([[Increases your movement speed by %d%% and switching between already equipped weapon sets (default hotkey x) no longer takes a turn.]]): + return ([[Increases your movement speed by %d%% and switching between already equipped weapon sets (default hotkey q) no longer takes a turn.]]): format(power) end, }