mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-20 14:29:11 +00:00
Add period at end of sentence
This commit is contained in:
parent
6bb85c98ba
commit
480b5bef95
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user