1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-29 04:20:29 +00:00

Rename travel window Ok button to Cancel (Fixes #1676)

This commit is contained in:
scrawl 2014-07-21 23:44:33 +02:00
parent c0645d4978
commit 038a811f16

View File

@ -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>