From 438ce1abf926981a39e8b6bc86149aaf9aed9d2b Mon Sep 17 00:00:00 2001 From: Vainock Date: Sun, 28 Apr 2019 17:56:31 +0200 Subject: [PATCH] locale: Fix mistake in locale (#66) --- data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index 5d9c9bb..8930159 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -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."