1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: fix typos in original upstream text
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Forwarded: https://github.com/FiniteSingularity/obs-retro-effects/pull/53
Last-Update: 2025-04-04
Index: obs-retro-effects/data/locale/en-US.ini
===================================================================
--- obs-retro-effects.orig/data/locale/en-US.ini
+++ obs-retro-effects/data/locale/en-US.ini
@@ -52,7 +52,7 @@ RetroEffects.CRT.BloomThreshold="Thresho
RetroEffects.CRT.BloomIntensity="Intensity"
RetroEffects.CRT.PhosphorMask="Phosphor Mask"
RetroEffects.CRT.PhosphorLayout="Phosphor Layout"
-RetroEffects.CRT.PhoshporMaskIntensity="Intesity"
+RetroEffects.CRT.PhoshporMaskIntensity="Intensity"
RetroEffects.CRT.CornerRadius="Corner Radius"
RetroEffects.CRT.BarrelDistortion="Barrel Distortion"
RetroEffects.CRT.Vignette="Vignette Amount"
@@ -89,7 +89,7 @@ RetroEffects.CathodeBoot.HorizThick="Hor
RetroEffects.CathodeBoot.GlowSize="Glow Size"
RetroEffects.MatrixRain="Matrix Rain"
RetroEffects.MatrixRain.Scale="Scale"
-RetroEffects.MatrixRain.NoiseShift="Nose Shift"
+RetroEffects.MatrixRain.NoiseShift="Noise Shift"
RetroEffects.MatrixRain.Colorize="Colorize?"
RetroEffects.MatrixRain.TextColor="Text Color"
RetroEffects.MatrixRain.BackgroundColor="Background Color"
|