diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift index 72b34390..ed1683b3 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift @@ -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() } }