diff --git a/src/GameOptions/ui/InterfacePage.tsx b/src/GameOptions/ui/InterfacePage.tsx index 2af0363a3..00bf9db28 100644 --- a/src/GameOptions/ui/InterfacePage.tsx +++ b/src/GameOptions/ui/InterfacePage.tsx @@ -17,8 +17,13 @@ export const InterfacePage = (): React.ReactElement => { (Settings.DisableASCIIArt = newValue)} - text="Disable ascii art" - tooltip={<>If this is set, all ASCII arts will be disabled.} + text="Disable ASCII art" + tooltip={ + <> + If this is set, ASCII art for UI elements will be disabled. This setting does not affect ASCII art in the + description of factions. + + } />