From 464b7106b2770cda477fb06c2f63329ffd01d483 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 16 Jul 2020 19:29:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Amend=20modal=20copy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Singletons/MainMenu.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Singletons/MainMenu.swift b/phpmon/Singletons/MainMenu.swift index f24db59..429741c 100644 --- a/phpmon/Singletons/MainMenu.swift +++ b/phpmon/Singletons/MainMenu.swift @@ -48,7 +48,7 @@ class MainMenu: NSObject, NSWindowDelegate { DispatchQueue.main.async { let close = Alert.present( messageText: "PHP Monitor cannot start", - informativeText: "The issue you were just notified about is keeping PHP Monitor from functioning correctly. Please fix the issue and restart PHP Monitor. After clicking on OK, PHP Monitor will close.\n\nIf you have fixed the issue (or don't remember what the exact issue is) you can click on Retry, which will have PHP Monitor to retry the startup checks.", + informativeText: "The issue you were just notified about is keeping PHP Monitor from functioning correctly. Please fix the issue and restart PHP Monitor. After clicking on OK, PHP Monitor will close.\n\nIf you have fixed the issue (or don't remember what the exact issue is) you can click on Retry, which will have PHP Monitor retry the startup checks.", buttonTitle: "Close", secondButtonTitle: "Retry" )