From 7b451c5097c7a4bda68a2a492f2b114b165ad238 Mon Sep 17 00:00:00 2001 From: "N. Lo." Date: Fri, 12 Dec 2025 21:27:58 +0100 Subject: [PATCH] Improve setting tooltip --- Penumbra/UI/Tabs/SettingsTab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Penumbra/UI/Tabs/SettingsTab.cs b/Penumbra/UI/Tabs/SettingsTab.cs index 900ec072..b5d579d5 100644 --- a/Penumbra/UI/Tabs/SettingsTab.cs +++ b/Penumbra/UI/Tabs/SettingsTab.cs @@ -803,7 +803,7 @@ public sealed class SettingsTab : ITab _config.EditRawTileTransforms, v => _config.EditRawTileTransforms = v); Checkbox("Advanced Editing: Always Highlight Color Row Pair when Hovering Selection Button", - "Make the whole color row pair selection button highlight the pair in game, instead of just the crosshair, even without holding Ctrl.", + "Make the whole color row pair selection button highlight the pair in game, instead of just the crosshair, even without holding Control.", _config.WholePairSelectorAlwaysHighlights, v => _config.WholePairSelectorAlwaysHighlights = v); }