Fixed non translated string
This commit is contained in:
parent
61202653f6
commit
cf386691b0
3 changed files with 55 additions and 55 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue