From b4341e41b340b3591d52ae1732d0e0d75a150da1 Mon Sep 17 00:00:00 2001 From: Vainock <39059951+Vainock@users.noreply.github.com> Date: Tue, 23 Apr 2019 12:42:27 +0200 Subject: [PATCH] locale: Add missing dot at the end of a line (#62) --- 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 0061f9d0..e2526c2e 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -17,7 +17,7 @@ Blur.Type.BoxLinear.Description="Box blur (named for its distinct shape) is a si Blur.Type.Gaussian="Gaussian" Blur.Type.Gaussian.Description="Gaussian blur uses the Gaussian Bell curve as a weight for each sampled pixel, resulting in a smooth look." Blur.Type.GaussianLinear="Gaussian Linear" -Blur.Type.GaussianLinear.Description="Gaussian blur uses the Gaussian Bell curve as a weight for each sampled pixel, resulting in a smooth look.\nThis is a linear optimized version of the normal Gaussian blur, but might look slightly worse" +Blur.Type.GaussianLinear.Description="Gaussian blur uses the Gaussian Bell curve as a weight for each sampled pixel, resulting in a smooth look.\nThis is a linear optimized version of the normal Gaussian blur, but might look slightly worse." Blur.Type.DualFiltering="Dual Filtering" Blur.Type.DualFiltering.Description="Dual Filtering is a Gaussian approximation that is able to get similar results as Gaussian blur at much lower cost." Blur.Subtype.Area="Area"