fix long line

This commit is contained in:
Hans P. Möller 2019-08-20 21:42:27 -04:00
parent 0cea66a271
commit e7bf7ca4af

View File

@ -47,7 +47,9 @@ class Dialog(QWidget):
self.center()
if self.upgrades > 0:
text = "There are upgrades available. Do you want to do a system upgrade?\nThis will mean packages could be upgraded, installed, or removed."
text = "There are upgrades available. Do you want to do a system"
text += "upgrade?\nThis will mean packages could be upgraded,"
text += "installed, or removed."
if reboot_required:
if text == "":