1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-06 15:00:05 +00:00

Merge pull request #1206 from ryandesign/gui-wording

Minor Mac UI wording changes
This commit is contained in:
Thomas Harte 2023-11-14 10:57:21 -05:00 committed by GitHub
commit d2187a0442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ 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: "Exit") alert.addButton(withTitle: "Quit")
alert.runModal() alert.runModal()
let application = notification.object as! NSApplication let application = notification.object as! NSApplication

View File

@ -65,7 +65,7 @@
<modifierMask key="keyEquivalentModifierMask"/> <modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="File" id="bib-Uj-vzu"> <menu key="submenu" title="File" id="bib-Uj-vzu">
<items> <items>
<menuItem title="New" keyEquivalent="n" id="Was-JA-tGl"> <menuItem title="New" keyEquivalent="n" id="Was-JA-tGl">
<connections> <connections>
<action selector="newDocument:" target="-1" id="4Si-XN-c54"/> <action selector="newDocument:" target="-1" id="4Si-XN-c54"/>
</connections> </connections>