Fix gamemode typo

Screen should say L1+L3 instead of R1+L3 in order to disable game mode.
This commit is contained in:
Robert Baker 2021-05-28 22:37:09 -07:00
parent d3b8f8494b
commit ccb3723ec9

View file

@ -40,7 +40,7 @@ namespace Dalamud.Interface
0xFFFFFFFF, 0xFFFFFFFF,
Loc.Localize( Loc.Localize(
"DalamudGamepadModeNotifierText", "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(); drawList.PopClipRect();
} }
} }