From 94748b6b743dd65124d00e61afa04b85c46ea281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 2 Feb 2021 02:18:23 +0100 Subject: [PATCH] Undo an unwanted deletion of the 'register' in the string. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tools/designer/designer/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index f221bb3..4a786ed 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -876,7 +876,7 @@ void MainWindow::helpRegister() QProcess process( command + " www.trolltech.com/products/download/eval/evaluation.html" ); if ( !process.start() ) QMessageBox::information( this, "Register Qt", "Launching your web browser failed.\n" - "To Qt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" ); + "To register Qt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" ); #endif }