Removes full stop

This commit is contained in:
Ada 2022-05-14 13:18:34 +01:00
commit fb3b2a7476

View file

@ -695,7 +695,7 @@ namespace SohImGui {
EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR"); EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR");
Tooltip("Makes the L and R buttons in the pause menu the same color"); Tooltip("Makes the L and R buttons in the pause menu the same color");
EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon"); EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon");
Tooltip("Show dungeon entrances icon only when it should be."); Tooltip("Show dungeon entrances icon only when it should be");
EXPERIMENTAL(); EXPERIMENTAL();