Correct tooltip for Magicka in stats window.

This commit is contained in:
cfcohen 2015-11-20 14:57:42 -05:00
parent 2d302aef99
commit cf4f3d9ebc

View file

@ -159,7 +159,7 @@ namespace MWGui
else if (id == "MBar")
{
getWidget(w, "Magicka");
w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
}
else if (id == "FBar")
{