mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Corrected use of Foundry's Reset translation
This commit is contained in:
parent
a77d2088a0
commit
8808e4646d
6 changed files with 6 additions and 6 deletions
|
|
@ -122,7 +122,7 @@ export default class DHAppearanceSettings extends HandlebarsApplicationMixin(App
|
||||||
type: 'button',
|
type: 'button',
|
||||||
action: 'reset',
|
action: 'reset',
|
||||||
icon: 'fa-solid fa-arrow-rotate-left',
|
icon: 'fa-solid fa-arrow-rotate-left',
|
||||||
label: game.i18n.localize('ACTIONS.Reset')
|
label: game.i18n.localize('SETTINGS.UI.ACTIONS.Reset')
|
||||||
},
|
},
|
||||||
{ type: 'submit', icon: 'fa-solid fa-floppy-disk', label: game.i18n.localize('EDITOR.Save') }
|
{ type: 'submit', icon: 'fa-solid fa-floppy-disk', label: game.i18n.localize('EDITOR.Save') }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<button type="button" data-action="finishSelection">{{localize "ACTIONS.Reset"}}</button>
|
<button type="button" data-action="finishSelection">{{localize "SETTINGS.UI.ACTIONS.Reset"}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<footer class="form-footer">
|
<footer class="form-footer">
|
||||||
<button data-action="reset">
|
<button data-action="reset">
|
||||||
<i class="fa-solid fa-arrow-rotate-left"></i>
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
||||||
<span>{{localize "ACTIONS.Reset"}}</span>
|
<span>{{localize "SETTINGS.UI.ACTIONS.Reset"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button data-action="save" >
|
<button data-action="save" >
|
||||||
<i class="fa-solid fa-floppy-disk"></i>
|
<i class="fa-solid fa-floppy-disk"></i>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<footer class="form-footer">
|
<footer class="form-footer">
|
||||||
<button type="button" data-action="reset">
|
<button type="button" data-action="reset">
|
||||||
<i class="fa-solid fa-arrow-rotate-left"></i>
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
||||||
<span>{{localize "ACTIONS.Reset"}}</span>
|
<span>{{localize "SETTINGS.UI.ACTIONS.Reset"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" data-action="save" >
|
<button type="button" data-action="save" >
|
||||||
<i class="fa-solid fa-floppy-disk"></i>
|
<i class="fa-solid fa-floppy-disk"></i>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<footer class="form-footer">
|
<footer class="form-footer">
|
||||||
<button data-action="reset">
|
<button data-action="reset">
|
||||||
<i class="fa-solid fa-arrow-rotate-left"></i>
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
||||||
<span>{{localize "ACTIONS.Reset"}}</span>
|
<span>{{localize "SETTINGS.UI.ACTIONS.Reset"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button data-action="save" >
|
<button data-action="save" >
|
||||||
<i class="fa-solid fa-floppy-disk"></i>
|
<i class="fa-solid fa-floppy-disk"></i>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<footer class="form-footer">
|
<footer class="form-footer">
|
||||||
<button data-action="reset">
|
<button data-action="reset">
|
||||||
<i class="fa-solid fa-arrow-rotate-left"></i>
|
<i class="fa-solid fa-arrow-rotate-left"></i>
|
||||||
<span>{{localize "ACTIONS.ResetReset"}}</span>
|
<span>{{localize "SETTINGS.UI.ACTIONS.ResetReset"}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button data-action="save" >
|
<button data-action="save" >
|
||||||
<i class="fa-solid fa-floppy-disk"></i>
|
<i class="fa-solid fa-floppy-disk"></i>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue