Skip to content

Commit

Permalink
Fix #1553 (RTE: module 'qttools' has no attribute 'initate_translator')
Browse files Browse the repository at this point in the history
 Affected encFS configs when prompting the user for a password when starting backup
  • Loading branch information
asciiprod committed Oct 21, 2023
1 parent 12c9cd4 commit 8f31987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/messagebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
def askPasswordDialog(parent, title, prompt, language_code, timeout):
if parent is None:
app = qttools.createQApplication()
translator = qttools.initate_translator(language_code)
translator = qttools.initiate_translator(language_code)
app.installTranslator(translator)

import icon
Expand Down

0 comments on commit 8f31987

Please sign in to comment.