mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Merge pull request #813 from cfcohen/master
Correct tooltip for Magicka in stats window.
This commit is contained in:
commit
ea79ebc588
@ -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")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user