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:
parent
6c96b5653b
commit
04de2fcc54
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue