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