Add missing translation marking. By @delfino-nunez (#1240)

This commit is contained in:
Delfino Nunez 2022-03-28 00:22:40 -07:00 committed by GitHub
parent fb5a24f66d
commit 9cadcc0e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,5 +321,5 @@ class SourceTab(SourceBase, SourceUI, BackupProfileMixin):
if len(invalidSources) != 0: # Check if any invalid paths
msg = QMessageBox()
msg.setText("Some of your sources are invalid:" + invalidSources)
msg.setText(self.tr("Some of your sources are invalid:") + invalidSources)
msg.exec()