Merge remote-tracking branch 'origin/pr/284'

* origin/pr/284:
  Just warning message improve
This commit is contained in:
Marek Marczykowski-Górecki 2021-02-16 00:20:35 +01:00
commit fece3693f6
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1553,7 +1553,7 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QMainWindow):
self, self,
self.tr("Error"), self.tr("Error"),
self.tr( self.tr(
"No log files where found for the current selection.")) "No log files were found for the selected qubes."))
except exc.QubesDaemonAccessError: except exc.QubesDaemonAccessError:
pass pass