diff options
author | Emmanuel Hansen <emmausssss@gmail.com> | 2023-01-01 14:46:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 15:46:02 +0100 |
commit | b1d4b174a654432b84e4d83077ddb9bc43c7b089 (patch) | |
tree | 3e8b866a79a25f73170cdab2400fc6e17e1ab5ca | |
parent | 2b23463daa01226c5569d8e61d1d0959570354cf (diff) |
fix typo in left joycon sl binding (#4195)1.1.501
-rw-r--r-- | Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml b/Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml index f6bb1aa4..8a4d22ff 100644 --- a/Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml +++ b/Ryujinx.Ava/UI/Windows/ControllerSettingsWindow.axaml @@ -639,14 +639,14 @@ Width="20" HorizontalAlignment="Center" VerticalAlignment="Center" - Text="{locale:Locale ControllerSettingsRightSL}" + Text="{locale:Locale ControllerSettingsLeftSL}" TextAlignment="Center" /> <ToggleButton Width="90" Height="27" HorizontalAlignment="Stretch"> <TextBlock - Text="{Binding Configuration.RightButtonSl, Mode=TwoWay, Converter={StaticResource Key}}" + Text="{Binding Configuration.LeftButtonSl, Mode=TwoWay, Converter={StaticResource Key}}" TextAlignment="Center" /> </ToggleButton> </StackPanel> |