summaryrefslogtreecommitdiff
path: root/src/os/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/macosx')
-rw-r--r--src/os/macosx/macos.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm
index 666602937..f3d2fad30 100644
--- a/src/os/macosx/macos.mm
+++ b/src/os/macosx/macos.mm
@@ -88,7 +88,7 @@ void ShowOSErrorBox(const char *buf, bool system)
if (system) {
ShowMacDialog("OpenTTD has encountered an error", buf, "Quit");
} else {
- ShowMacDialog(buf, "See the readme for more info.\nMost likely you are missing files from the original TTD.", "Quit");
+ ShowMacDialog(buf, "See the readme for more info.", "Quit");
}
}