mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +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.
|
||||
if (MTLCopyAllDevices().count == 0) {
|
||||
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.runModal()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user