From f63f4b360a807c4b0f7fbecf61438ee4bb6a6da9 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 14 Feb 2017 11:26:47 +0100 Subject: [PATCH] ui: Added link to additional preindexed projects to trial --- src/lib_gui/qt/window/QtStartScreen.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib_gui/qt/window/QtStartScreen.cpp b/src/lib_gui/qt/window/QtStartScreen.cpp index 22ccdfab..480f9b8c 100644 --- a/src/lib_gui/qt/window/QtStartScreen.cpp +++ b/src/lib_gui/qt/window/QtStartScreen.cpp @@ -159,8 +159,9 @@ void QtStartScreen::setupStartScreen(bool unlocked) col->addSpacing(4); QLabel* welcomeLabel = new QLabel( - "Welcome to the Coati trial!

" - "Explore our preindexed projects to experience Coati's unique user interface.

" + "Welcome to the Coati Trial!

" + "Explore our preindexed projects to experience Coati's unique user interface. " + "More projects are available for download here.

" "If you want to use Coati on your own source code please " "purchase a license, " "or ask us for a temporary test license by writing to support@coati.io.", this);