1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

spell window: Use sDeleteSpell instead of hardcoding string caption

This commit is contained in:
Ilya Zhuravlev 2019-04-24 19:57:15 -04:00
parent 6c96b5653b
commit 04de2fcc54

View file

@ -16,7 +16,7 @@
<Widget type="Widget" position="8 535 268 23" align="Left Bottom HStretch"> <Widget type="Widget" position="8 535 268 23" align="Left Bottom HStretch">
<!-- Spell deletion button --> <!-- Spell deletion button -->
<Widget type="Button" skin="MW_Button" align="Right Bottom" position="150 0 118 24" name="DeleteSpellButton"> <Widget type="Button" skin="MW_Button" align="Right Bottom" position="150 0 118 24" name="DeleteSpellButton">
<Property key="Caption" value="Delete Spell"/> <Property key="Caption" value="#{sDeleteSpell}"/>
<Property key="NeedKey" value="false"/> <Property key="NeedKey" value="false"/>
</Widget> </Widget>