Better status window 'title' when updates are being performed

This commit is contained in:
Greg Neagle
2020-05-07 09:03:56 -07:00
parent c8b5debd07
commit af6efaa6a4

View File

@@ -753,6 +753,9 @@ class MainWindowController: NSWindowController, NSWindowDelegate, WKNavigationDe
} else {
msc_debug_log("updateCheck not needed")
_alertedUserToOutstandingUpdates = false
_status_title = NSLocalizedString(
"Update in progress.",
comment: "Update In Progress primary text") + ".."
kickOffInstallSession()
}
}