forked from mirror/openmw-tes3mp
Merge pull request #813 from cfcohen/master
Correct tooltip for Magicka in stats window.
This commit is contained in:
commit
ea79ebc588
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ namespace MWGui
|
||||||
else if (id == "MBar")
|
else if (id == "MBar")
|
||||||
{
|
{
|
||||||
getWidget(w, "Magicka");
|
getWidget(w, "Magicka");
|
||||||
w->setUserString("Caption_HealthDescription", "#{sIntDesc}\n" + valStr);
|
w->setUserString("Caption_HealthDescription", "#{sMagDesc}\n" + valStr);
|
||||||
}
|
}
|
||||||
else if (id == "FBar")
|
else if (id == "FBar")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue