mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
FIX: Missing T for Do not (#297)
This commit is contained in:
@@ -292,16 +292,16 @@ void DrawEnhancementsMenu() {
|
||||
if (UIWidgets::BeginMenu("Enhancements")) {
|
||||
|
||||
if (UIWidgets::BeginMenu("Cycle")) {
|
||||
UIWidgets::CVarCheckbox("Do no reset Bottle content", "gEnhancements.Cycle.DoNotResetBottleContent", {
|
||||
UIWidgets::CVarCheckbox("Do not reset Bottle content", "gEnhancements.Cycle.DoNotResetBottleContent", {
|
||||
.tooltip = "Playing the Song Of Time will not reset the bottles' content."
|
||||
});
|
||||
UIWidgets::CVarCheckbox("Do no reset Consumables", "gEnhancements.Cycle.DoNotResetConsumables", {
|
||||
UIWidgets::CVarCheckbox("Do not reset Consumables", "gEnhancements.Cycle.DoNotResetConsumables", {
|
||||
.tooltip = "Playing the Song Of Time will not reset the consumables."
|
||||
});
|
||||
UIWidgets::CVarCheckbox("Do no reset Razor Sword", "gEnhancements.Cycle.DoNotResetRazorSword", {
|
||||
UIWidgets::CVarCheckbox("Do not reset Razor Sword", "gEnhancements.Cycle.DoNotResetRazorSword", {
|
||||
.tooltip = "Playing the Song Of Time will not reset the Sword back to Kokiri Sword."
|
||||
});
|
||||
UIWidgets::CVarCheckbox("Do no reset Rupees", "gEnhancements.Cycle.DoNotResetRupees", {
|
||||
UIWidgets::CVarCheckbox("Do not reset Rupees", "gEnhancements.Cycle.DoNotResetRupees", {
|
||||
.tooltip = "Playing the Song Of Time will not reset the your rupees."
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user