Changed tooltip

This commit is contained in:
aMannus 2022-08-19 14:49:30 +02:00
parent 1ff006fa9e
commit 1c785560c4
1 changed files with 1 additions and 1 deletions

View File

@ -1914,7 +1914,7 @@ namespace SohImGui {
); );
PaddedEnhancementCheckbox("Disable Random Rupee Names", "gRandoDisableRandomRupeeNames", true, false); PaddedEnhancementCheckbox("Disable Random Rupee Names", "gRandoDisableRandomRupeeNames", true, false);
Tooltip( Tooltip(
"Disables the random rupee names in the textbox when obtaining rupees." "Reverts textboxes for collecting rupees to their default state, disabling the randomization of rupee names."
); );
ImGui::EndMenu(); ImGui::EndMenu();
} }