From af6efaa6a4656b41c2f8a4cd14540643f46ee0eb Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Thu, 7 May 2020 09:03:56 -0700 Subject: [PATCH] Better status window 'title' when updates are being performed --- .../Controllers/MainWindowController.swift | 3 +++ 1 file changed, 3 insertions(+) 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() } }