diff --git a/reader.cpp b/reader.cpp index 33e20f7..a379184 100644 --- a/reader.cpp +++ b/reader.cpp @@ -771,7 +771,7 @@ void reader::on_aboutBtn_clicked() QMessageBox::information(this, tr("Information"), aboutmsg); } else { - QMessageBox::information(this, tr("About"), tr("InkBox is an open-source Qt-based eBook reader. It brings you the latest Qt features while being also fast and responsive.")); + QMessageBox::information(this, tr("About"), tr("InkBox is an open-source Qt-based eBook reader. It aims to bring you the latest Qt features while being also fast and responsive.")); } } diff --git a/settings.cpp b/settings.cpp index 63a03d7..0bd32b6 100644 --- a/settings.cpp +++ b/settings.cpp @@ -272,7 +272,7 @@ void settings::on_aboutBtn_clicked() QMessageBox::information(this, tr("Information"), aboutmsg); } else { - QMessageBox::information(this, tr("About"), tr("InkBox is an open-source Qt-based eBook reader. It brings you the latest Qt features while being also fast and responsive.")); + QMessageBox::information(this, tr("About"), tr("InkBox is an open-source Qt-based eBook reader. It aims to bring you the latest Qt features while being also fast and responsive.")); } }