Fix typo in ChannelFHawk settings UI

This commit is contained in:
YoshiRulz 2025-01-08 04:23:55 +10:00
parent ebd9cde063
commit da993c77fd
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace BizHawk.Emulation.Cores.Consoles.ChannelF
public ConsoleVersion Version { get; set; }
[DisplayName("Viewport")]
[Description("Visable screen area (cropping options)")]
[Description("Visible screen area (cropping options)")]
[DefaultValue(ViewPort.AllVisible)]
public ViewPort Viewport { get; set; }