forked from mirror/openmw-tes3mp
[Client] Add disclaimer to save dialog about singleplayer-only saves
This commit is contained in:
parent
4d4bced929
commit
26ac29e8b1
1 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,18 @@
|
||||||
|
|
||||||
</Widget>
|
</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="">
|
<Widget type="HBox" skin="">
|
||||||
<Property key="Spacing" value="4"/>
|
<Property key="Spacing" value="4"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue