1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 01:45:33 +00:00

[Client] Add disclaimer to save dialog about singleplayer-only saves

This commit is contained in:
David Cernat 2018-07-09 22:55:11 +03:00
parent 4d4bced929
commit 26ac29e8b1

View file

@ -54,6 +54,18 @@
</Widget>
<!--
Start of tes3mp addition
Note that saves are singleplayer-only
-->
<Widget type="TextBox" skin="NormalText" position="58 58 500 18" align="Left Top" name="SaveWarning">
<Property key="Caption" value="Note: You will create an OpenMW singleplayer-only save."/>
</Widget>
<!--
End of tes3mp addition
-->
<Widget type="HBox" skin="">
<Property key="Spacing" value="4"/>