diff --git a/sqlitebrowser/sqlitebrowser/aboutform.h b/sqlitebrowser/sqlitebrowser/aboutform.h index 32f3c536..63b0a4d5 100644 --- a/sqlitebrowser/sqlitebrowser/aboutform.h +++ b/sqlitebrowser/sqlitebrowser/aboutform.h @@ -103,12 +103,16 @@ public: void retranslateUi(QDialog *aboutForm) { aboutForm->setWindowTitle(QApplication::translate("aboutForm", "About", 0, QApplication::UnicodeUTF8)); - textLabel1->setText(QApplication::translate("aboutForm", "Version 2.0b1\n" -"\n" -"SQLite Database Browser is an open source, public domain, freeware visual tool\n used to create, design and edit SQLite 3.x database files.\n" -"This program was built with version 3.6.18 of the SQLite engine.\n" -"\n" -"More information at http://sqlitebrowser.sourceforge.net.", 0, QApplication::UnicodeUTF8)); + textLabel1->setText(QApplication::translate("aboutForm", "
Version 3
\n" +"\n" +"SQLite Database Browser is an open source, public domain, freeware visual tool used to create, design and edit Arca database files.
\n" +"\n" +"For more information on this program please visit our site at: http://sqlitebrowser.sf.net
\n" +"\n" +"\n" +"This software uses the LGPL Qt Toolkit from http://www.qtsoftware.com
\n" +"See LICENSING.txt and Qt_LICENSE_LGPL.txt for licensing terms and information.
" +, 0, QApplication::UnicodeUTF8)); okButton->setText(QApplication::translate("aboutForm", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi