Add some new managedsoftwareupdate output for localization

This commit is contained in:
Greg Neagle
2022-08-31 09:59:16 -07:00
parent 8a3a5cdf29
commit e892dd0138
@@ -87,4 +87,11 @@ func morelocalizedstrings() {
_ = NSLocalizedString(
"System will restart and begin upgrade of macOS.",
comment: "managedsoftwareupdate message")
_ = NSLocalizedString(
"Verifying macOS installer...",
comment: "managedsoftwareupdate message")
_ = NSLocalizedString(
"Launching macOS installer...",
comment: "managedsoftwareupdate message")
}