1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 02:45:31 +00:00

Fixed another tooltip

This commit is contained in:
scrawl 2015-11-21 02:05:27 +01:00
parent ea79ebc588
commit 1b1d9a7a9c

View file

@ -196,7 +196,7 @@ namespace MWGui
mMagicka->setProgressRange (modified);
mMagicka->setProgressPosition (current);
getWidget(w, "MagickaFrame");
w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
}
else if (id == "FBar")
{