Rephrase spelling

This commit is contained in:
Nicolas Mailloux 2021-06-05 18:54:38 -04:00
parent a6c1f2be5b
commit b91e30d05a
2 changed files with 2 additions and 2 deletions

View file

@ -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."));
}
}

View file

@ -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."));
}
}