From 26558c61594d4a830bbae58219d0a8f0364c591d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 9 May 2020 19:40:18 -0400 Subject: [PATCH] changed some wording in upscaler --- src/upscaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upscaler.py b/src/upscaler.py index 06fab3a..9bc0f43 100755 --- a/src/upscaler.py +++ b/src/upscaler.py @@ -530,7 +530,7 @@ class Upscaler: try: # migrate audio tracks and subtitles - Avalon.info(_('Migrating audio tracks and subtitles to upscaled video')) + Avalon.info(_('Migrating audio, subtitles and other streams to upscaled video')) self.process_pool.append(fm.migrate_streams(self.current_input_video, output_video, self.upscaled_frames))