The description text of the orc racial Hold the Ground reads:
I was wondering why I should raise the talent level if that increases the talent cooldownWhen your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 4 [->7] turns.
Also increases physical save by +12.

Looking at data/talents/misc/races.lua, I noticed that the last two arguments of the description string are swapped. The correct text should be:
When your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 12 turns.
Also increases physical save by +4 [->7].