mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:45:31 +00:00
[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>
|
||||
|
||||
<!--
|
||||
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"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue