diff --git a/code/client/munkilib/munkistatus.py b/code/client/munkilib/munkistatus.py index ce921dc0..e04dd15d 100755 --- a/code/client/munkilib/munkistatus.py +++ b/code/client/munkilib/munkistatus.py @@ -63,7 +63,7 @@ def title(titleText): def message(messageText): result = osascript('tell application "MunkiStatus" to set contents of text field "mainTextFld" of window "mainWindow" to "%s"' % messageText) # when you change the message, the detail is no longer valid, so let's clear that - result = osascript('tell application "MunkiStatus" to set contents of text field "minorTextFld" of window "mainWindow" to ""') + result = osascript('tell application "MunkiStatus" to set contents of text field "minorTextFld" of window "mainWindow" to " "') def detail(detailsText):