From b845dd656cfe59247e5df9b949b507abab66e257 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 23 May 2020 14:43:28 +0200 Subject: [PATCH] Fix 'EULA' to mention the Quick Tour instead of Welcome page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #16108 Change-Id: Ib19b8950f6ed946444a94581f578af39f4e04bf4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2787 Reviewed-by: Emir Sarı Reviewed-by: waddlesplash --- src/apps/installer/EULAWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/installer/EULAWindow.cpp b/src/apps/installer/EULAWindow.cpp index 2242917529..b4b5523b1a 100644 --- a/src/apps/installer/EULAWindow.cpp +++ b/src/apps/installer/EULAWindow.cpp @@ -61,7 +61,7 @@ EULAWindow::EULAWindow() "the Userguide's topic on the application \"BootManager\".\n\n\n"); infoText << B_TRANSLATE( "3) When you successfully boot into Haiku for the first time, make " - "sure to read our \"Welcome\" and \"Userguide\" documentation. There " + "sure to read our \"Userguide\" and take the \"Quick Tour\". There " "are links on the Desktop and in WebPositive's bookmarks.\n\n"); infoText << B_TRANSLATE( "Have fun and thanks for trying out Haiku!");