From ccb3723ec94e3fa9fd019cc022655d61c77c2376 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Fri, 28 May 2021 22:37:09 -0700 Subject: [PATCH] Fix gamemode typo Screen should say L1+L3 instead of R1+L3 in order to disable game mode. --- Dalamud/Interface/GamepadModeNotifierWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/GamepadModeNotifierWindow.cs b/Dalamud/Interface/GamepadModeNotifierWindow.cs index 1bcf63e6e..8794a0386 100644 --- a/Dalamud/Interface/GamepadModeNotifierWindow.cs +++ b/Dalamud/Interface/GamepadModeNotifierWindow.cs @@ -40,7 +40,7 @@ namespace Dalamud.Interface 0xFFFFFFFF, Loc.Localize( "DalamudGamepadModeNotifierText", - "Gamepad mode is ON. Press R1+L3 to deactivate, press R3 to toggle PluginInstaller.")); + "Gamepad mode is ON. Press L1+L3 to deactivate, press R3 to toggle PluginInstaller.")); drawList.PopClipRect(); } }