diff --git a/sources/ui/aboutqetdialog.cpp b/sources/ui/aboutqetdialog.cpp
index a902a5376..7953a8911 100644
--- a/sources/ui/aboutqetdialog.cpp
+++ b/sources/ui/aboutqetdialog.cpp
@@ -63,8 +63,17 @@ void AboutQETDialog::setAbout()
tr(" Les développeurs de QElectroTech", "about tab, developers line") +
"
"
"https://qelectrotech.org/"
+ "
" +
+ "The program is provided AS IS with NO WARRANTY OF ANY KIND,"
+ "
"
+ " INCLUDING THE WARRANTY OF DESIGN, "
+ "
"
+ "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.";
+ "
"
"
" +
tr("Contact : qet@lists.tuxfamily.org", "about tab, contact line");
+
+
ui->m_about_label->setText(str);
}