From 8fa4b8472b6c837b93365812719a4cce061d1595 Mon Sep 17 00:00:00 2001 From: ignotus Date: Thu, 4 Jun 2020 12:20:23 +0200 Subject: [PATCH] Update util.cpp --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 2a2c70b9..e4e2a042 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -369,7 +369,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "

" ); // libraries used by this compilation - txvLibraries->setText + txvLibraries->setText ( + tr ( "This app uses the following libraries, resources or code snippets:" ) + "

" + tr ( "Qt cross-platform application framework" ) + ", http://www.qt.io

"