Skip to content

Commit

Permalink
Fix embarrassing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Siegel committed Jan 23, 2018
1 parent 8f46e61 commit 952f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicktype/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {

func showDialog() -> NSApplication.ModalResponse {
let alert = NSAlert()
alert.messageText = "Paste JSON a Code for Xcode activated"
alert.messageText = "quicktype for Xcode is ready to use"
alert.informativeText = "Enable the extension in System Preferences → Extensions, then find \"Paste JSON as\" in Xcode's Editor menu."
alert.alertStyle = .informational
alert.addButton(withTitle: "Ok")
Expand Down

0 comments on commit 952f591

Please sign in to comment.