mirror of https://github.com/borgbase/vorta
Add missing translation marking. By @delfino-nunez (#1240)
This commit is contained in:
parent
fb5a24f66d
commit
9cadcc0e97
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue