1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

📝 Amend modal copy

This commit is contained in:
2020-07-16 19:29:01 +02:00
parent 0cf85f9958
commit 464b7106b2

View File

@ -48,7 +48,7 @@ class MainMenu: NSObject, NSWindowDelegate {
DispatchQueue.main.async { DispatchQueue.main.async {
let close = Alert.present( let close = Alert.present(
messageText: "PHP Monitor cannot start", 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", buttonTitle: "Close",
secondButtonTitle: "Retry" secondButtonTitle: "Retry"
) )