mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
misc: chore: [ci skip] oops forgot to localize the reset button & confirmation
This commit is contained in:
parent
45cec4e7cf
commit
6af388c623
2 changed files with 52 additions and 2 deletions
|
@ -114,10 +114,10 @@
|
|||
<Button
|
||||
IsEnabled="{Binding WantsToReset}"
|
||||
Margin="10"
|
||||
Content="Reset Settings"
|
||||
Content="{ext:Locale SettingsButtonReset}"
|
||||
Command="{Binding ResetButton}" />
|
||||
<CheckBox IsChecked="{Binding WantsToReset}"/>
|
||||
<TextBlock Text="I want to reset my settings."/>
|
||||
<TextBlock Text="{ext:Locale SettingsButtonResetConfirm}"/>
|
||||
</StackPanel>
|
||||
<ReversibleStackPanel
|
||||
Grid.Column="2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue