Fix typo in ChannelFHawk settings UI
This commit is contained in:
parent
ebd9cde063
commit
da993c77fd
|
@ -64,7 +64,7 @@ namespace BizHawk.Emulation.Cores.Consoles.ChannelF
|
||||||
public ConsoleVersion Version { get; set; }
|
public ConsoleVersion Version { get; set; }
|
||||||
|
|
||||||
[DisplayName("Viewport")]
|
[DisplayName("Viewport")]
|
||||||
[Description("Visable screen area (cropping options)")]
|
[Description("Visible screen area (cropping options)")]
|
||||||
[DefaultValue(ViewPort.AllVisible)]
|
[DefaultValue(ViewPort.AllVisible)]
|
||||||
public ViewPort Viewport { get; set; }
|
public ViewPort Viewport { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue