TWEAK: Typo

This commit is contained in:
PurpleHato 2022-07-27 23:03:30 +02:00 committed by GitHub
parent 1e8f02a3ee
commit ec468ed6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1018,7 +1018,7 @@ void DrawItemTracker(bool& open) {
SohImGui::EnhancementCheckbox("Display \"Ammo/MaxAmo\"", "gItemTrackerAmmoDisplay"); SohImGui::EnhancementCheckbox("Display \"Ammo/MaxAmo\"", "gItemTrackerAmmoDisplay");
SohImGui::EnhancementCheckbox("Randomizer colors for Songs", "gItemTrackeSongColor"); SohImGui::EnhancementCheckbox("Randomizer colors for Songs", "gItemTrackeSongColor");
SohImGui::Tooltip("Will dispaly non-warp songs with randomizer\ncolors instead of pure white"); SohImGui::Tooltip("Will dispaly non-warp songs with randomizer\ncolors instead of pure white");
SohImGui::EnhancementCheckbox("Personnal notes space", "gItemTrackerNotes"); SohImGui::EnhancementCheckbox("Personal notes space", "gItemTrackerNotes");
SohImGui::Tooltip("Adds a textbox under the item tracker to keep your own notes in"); SohImGui::Tooltip("Adds a textbox under the item tracker to keep your own notes in");
SohImGui::EnhancementSliderInt("Icon size : %dpx", "##ITEMTRACKERICONSIZE", "gRandoTrackIconSize", 32, 128, ""); SohImGui::EnhancementSliderInt("Icon size : %dpx", "##ITEMTRACKERICONSIZE", "gRandoTrackIconSize", 32, 128, "");