Skip to content

Commit

Permalink
Add retranslate for ImportMultiSuccessMBox
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed May 11, 2024
1 parent f874e6b commit 75f0469
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Furious/TrayActions/Import.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ def customText(self):
# Limited
return _('Import share link success') + f'\n\n...'

def retranslate(self):
self.setWindowTitle(_(self.windowTitle()))
self.setText(self.customText())

# Ignore informative text, buttons

self.moveToCenter()


needTrans(
'Import',
Expand Down

0 comments on commit 75f0469

Please sign in to comment.