diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-18 12:07:34 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-18 12:07:34 +0200 |
commit | fcda48e14aee987394e1dbfcd68687ef80f6d2ca (patch) | |
tree | 01aee0a74ced05220d2b796d8daf8477c024ad3e /lib/about | |
parent | .desktop: add run with firejail action (diff) | |
download | smolbote-fcda48e14aee987394e1dbfcd68687ef80f6d2ca.tar.xz |
AddressBar: code cleanup
AddressBar: match input for protocol or '.' in addition to url validity
Diffstat (limited to 'lib/about')
-rw-r--r-- | lib/about/aboutdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index e716217..9b4d3bc 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -53,7 +53,8 @@ AboutDialog::AboutDialog(QWidget *parent) aboutLabel->setWordWrap(true); aboutLabel->setText(tr("<h2>smolbote %1</h2>" "<p><i>yet another no-frills browser</i></p>" - "<p>This program is free software, and is built upon other free software: Qt " QT_VERSION_STR " and Boost " BOOST_LIB_VERSION "</p>") + "<p>This program is free software, see <i>License</i> for more information.</p>" + "<p>This program uses free software: Qt " QT_VERSION_STR " and Boost " BOOST_LIB_VERSION "</p>") .arg(qApp->applicationVersion())); ui->toolBox->addItem(aboutLabel, tr("About")); |