Skip to content

Commit

Permalink
tweak goproxy-macos.command info box
Browse files Browse the repository at this point in the history
Signed-off-by: Phus Lu <[email protected]>
  • Loading branch information
Phus Lu committed Sep 22, 2017
1 parent c3e0d3e commit d46494a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/packaging/goproxy-macos.command
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ def precheck():
has_user_json = glob.glob('*.user.json') != []
if not has_user_json:
alert = NSAlert.alloc().init()
alert.setMessageText_('Please configure your goproxy at first.')
alert.setInformativeText_('For example, add a new gae.user.json')
alert.setMessageText_('GoProxy Information:')
alert.setInformativeText_('Please configure your goproxy at first.\nFor example, add a new gae.user.json')
alert.setAlertStyle_(NSWarningAlertStyle)
alert.addButtonWithTitle_('OK')
NSApp.activateIgnoringOtherApps_(True)
Expand Down

0 comments on commit d46494a

Please sign in to comment.