mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
Fix gamemode typo
Screen should say L1+L3 instead of R1+L3 in order to disable game mode.
This commit is contained in:
parent
d3b8f8494b
commit
ccb3723ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue