diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-01-30 09:02:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-30 09:02:19 -0600 |
| commit | 68190d40da3a6118bfd0adcc7bed833c4af26ce6 (patch) | |
| tree | 2171e5e49acb896779882a4f6d27ff40d8c74d01 | |
| parent | 5701f1081d47425d69e1446e273e1982343fe70b (diff) | |
Fix some line breaks in a tooltip (#1523)
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index 2761c74fc..ef420124f 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -1088,9 +1088,9 @@ void BenMenu::AddEnhancements() { AddWidget(path, "Curiosity Shop Refills", WIDGET_CVAR_CHECKBOX) .CVar("gEnhancements.Shops.CuriosityShopRefills") .Options(CheckboxOptions().Tooltip( - "Adds refillable bottles to the Curiosity Shop after completing certain prerequisites:\\n" - "- Seahorse: After obtaining a Bottle, Zora Mask, Pictograph Box & (Rando Only) Swim Ability\\n" - "- Gold Dust: After obtaining the Gold Dust bottle\\n" + "Adds refillable bottles to the Curiosity Shop after completing certain prerequisites:\n" + "- Seahorse: After obtaining a Bottle, Zora Mask, Pictograph Box & (Rando Only) Swim Ability\n" + "- Gold Dust: After obtaining the Gold Dust bottle\n" "- Chateau Romani: After obtaining Chateau Romani")); AddWidget(path, "Accessibility", WIDGET_SEPARATOR_TEXT); AddWidget(path, "Disable Screen Flash for Enemy Kills", WIDGET_CVAR_CHECKBOX) |
