From a698286087014aea97fd081211d5acbbb54bcfb3 Mon Sep 17 00:00:00 2001 From: elasota Date: Mon, 30 Nov 2020 04:02:02 -0500 Subject: [PATCH] Adjust disclaimer --- GpApp/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GpApp/Main.cpp b/GpApp/Main.cpp index f0887cf..bb0164a 100644 --- a/GpApp/Main.cpp +++ b/GpApp/Main.cpp @@ -913,15 +913,15 @@ void ShowInitialLaunchDisclaimer() "I hope that by adapting it to be playable on modern systems, more", "people can appreciate this important piece of video game history.", "", - "This software is an adaptation that attempts to portray the original work", + "This software is an adaptation that attempts to restore the original work", "as accurately as possible, but some fonts, graphics, and sounds have been", "substituted or removed for copyright reasons, and some user interface", "components have been added or changed to improve compatibility.", "", "This software is not developed by, maintained by, supported by, endorsed by,", "or otherwise associated with the authors or publishers of Glider PRO.", - "Any references to Glider PRO in this software are historic and", - "should not be interpreted as implying any form of association." + "Any references to Glider PRO in this software are for historical accuracy", + "and should not be interpreted as implying any form of endorsement." }; const size_t numLines = sizeof(disclaimerLines) / sizeof(disclaimerLines[0]);