mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-27 19:30:50 +01:00
UI: reference recently added translations
This commit is contained in:
parent
281be7ca62
commit
570c7cfaa2
@ -238,7 +238,9 @@
|
|||||||
ToolTip.Tip="{locale:Locale IgnoreMissingServicesTooltip}">
|
ToolTip.Tip="{locale:Locale IgnoreMissingServicesTooltip}">
|
||||||
<TextBlock Text="{locale:Locale SettingsTabSystemIgnoreMissingServices}" />
|
<TextBlock Text="{locale:Locale SettingsTabSystemIgnoreMissingServices}" />
|
||||||
</CheckBox>
|
</CheckBox>
|
||||||
<CheckBox IsChecked="{Binding IgnoreApplet}">
|
<CheckBox
|
||||||
|
IsChecked="{Binding IgnoreApplet}"
|
||||||
|
ToolTip.Tip="{locale:Locale IgnoreAppletTooltip}">
|
||||||
<TextBlock Text="{locale:Locale SettingsTabSystemIgnoreApplet}" />
|
<TextBlock Text="{locale:Locale SettingsTabSystemIgnoreApplet}" />
|
||||||
</CheckBox>
|
</CheckBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
Loading…
Reference in New Issue
Block a user