Fixed non translated string

This commit is contained in:
Sergio Costas 2022-11-17 14:10:30 +01:00
parent 61202653f6
commit cf386691b0
3 changed files with 55 additions and 55 deletions

View file

@ -130,7 +130,7 @@ class ffmpeg(devedeng.executor.executor):
# add it as a child process of this one
self.add_child_process(tmp)
else:
self.text = ("Converting %(X)s") % {"X": file_project.title_name}
self.text = _("Converting %(X)s") % {"X": file_project.title_name}
if (pass2 == False) and (file_project.two_pass_encoding == True):
# this is the first pass in a 2-pass codification