1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-02 12:36:42 +00:00

Merge pull request #813 from cfcohen/master

Correct tooltip for Magicka in stats window.
This commit is contained in:
scrawl 2015-11-20 21:09:49 +01:00
commit ea79ebc588

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")
{