mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:45:32 +00:00
Rename travel window Ok button to Cancel (Fixes #1676)
This commit is contained in:
parent
c0645d4978
commit
038a811f16
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="375 260 60 24" name="CancelButton" align="Right Top">
|
||||
<Property key="ExpandDirection" value="Left"/>
|
||||
<Property key="Caption" value="#{sOK}"/>
|
||||
<Property key="Caption" value="#{sCancel}"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
Loading…
Reference in a new issue