mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
locale: Fix mistake in locale (#66)
This commit is contained in:
parent
fa1580cc7c
commit
438ce1abf9
1 changed files with 1 additions and 1 deletions
|
@ -243,6 +243,6 @@ Source.Mirror.Scaling.Bounds.Fit.Description="Fit will rescale the source to mat
|
|||
Source.Mirror.Scaling.Bounds.Fill="Fill"
|
||||
Source.Mirror.Scaling.Bounds.Fill.Description="Fill will rescale the source to match either the height or width, whichever is larger, of the given area.\nThis option will keep Aspect Ratio."
|
||||
Source.Mirror.Scaling.Bounds.FillWidth="Fill to Width"
|
||||
Source.Mirror.Scaling.Bounds.FillWidth.Description="Fill to Width will rescale the source to match the height of the given area.\nThis option will keep Aspect Ratio."
|
||||
Source.Mirror.Scaling.Bounds.FillWidth.Description="Fill to Width will rescale the source to match the width of the given area.\nThis option will keep Aspect Ratio."
|
||||
Source.Mirror.Scaling.Bounds.FillHeight="Fill to Height"
|
||||
Source.Mirror.Scaling.Bounds.FillHeight.Description="Fill to Height will rescale the source to match the height of the given area.\nThis option will keep Aspect Ratio."
|
||||
|
|
Loading…
Reference in a new issue