From 798e13a87d14821f64162a4dd6a74d9062440c12 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Sat, 3 May 2025 08:16:44 -0400 Subject: [PATCH] Add missing space to CRF tooltip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "the resolution-to-CRFare mere suggestions!"" ......................↑ added space --- fastflix/encoders/common/setting_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastflix/encoders/common/setting_panel.py b/fastflix/encoders/common/setting_panel.py index 266481f8..35c0f1fc 100644 --- a/fastflix/encoders/common/setting_panel.py +++ b/fastflix/encoders/common/setting_panel.py @@ -364,7 +364,7 @@ def _add_modes( self.widgets.mode.buttonClicked.connect(self.set_mode) qp_help = ( f"{qp_name.upper()} {t('is extremely source dependant')},\n" - f"{t('the resolution-to-')}{qp_name.upper()}{t('are mere suggestions!')}" + f"{t('the resolution-to-')}{qp_name.upper()} {t('are mere suggestions!')}" ) config_opt = None if not disable_bitrate: