diff --git a/code/apps/Managed Software Center/Managed Software Center/AlertController.py b/code/apps/Managed Software Center/Managed Software Center/AlertController.py index ac2628c0..4fd8a4b7 100644 --- a/code/apps/Managed Software Center/Managed Software Center/AlertController.py +++ b/code/apps/Managed Software Center/Managed Software Center/AlertController.py @@ -223,6 +223,7 @@ class AlertController(NSObject): u"There is a configuration problem with the managed software " "installer. Could not start the process. Contact your systems " "administrator.", u"Could Not Start Session message") + OKButtonTitle = NSLocalizedString(u"OK", u"OK button title") alert = NSAlert.alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat_( alertMessageText, OKButtonTitle, nil, nil, u"%@", detailText) alert.beginSheetModalForWindow_modalDelegate_didEndSelector_contextInfo_(