1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 07:55:01 +00:00

Add period at end of sentence

This commit is contained in:
Ryan Carsten Schmidt 2023-11-14 02:04:38 -06:00
parent 6bb85c98ba
commit 480b5bef95

View File

@ -17,7 +17,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
// that this project supports reascends to 10.14. // that this project supports reascends to 10.14.
if (MTLCopyAllDevices().count == 0) { if (MTLCopyAllDevices().count == 0) {
let alert = NSAlert() let alert = NSAlert()
alert.messageText = "This application requires a Metal-capable GPU" alert.messageText = "This application requires a Metal-capable GPU."
alert.addButton(withTitle: "Quit") alert.addButton(withTitle: "Quit")
alert.runModal() alert.runModal()