Adjusted the about text, the README and the CHANGELOG for the BeetRound project.

This commit is contained in:
2026-02-05 18:45:31 +01:00
parent 7edd6b9aa0
commit 22adf36aa9
3 changed files with 11 additions and 45 deletions

View File

@ -147,8 +147,11 @@ void MainWindow::onSelectionChanged(const QItemSelection& selected,
void MainWindow::onAboutClicked() {
const QString applicationName = APPLICATION_NAME;
const QString titlePrefix = tr("About ");
// TODO read the about text from a rich text / markdown somewhere else.
const QString aboutText =
tr(QString("<b>%1 v%2</b> is a template for Qt applications."
tr(QString("<b>%1 v%2</b> is a software project to manage the yearly crop share "
"auction (german: Bietrunde) of a Community-supported agriculture (CSA, german: "
"Solidarische Landwirtschaft (SoLaWi))."
"<br><br><a href=\"https://working-copy.org/\">Working-Copy_Collective website</a>"
"<br><br><a href=\"mailto:support@working-copy.org\">Mail to support</a>"
"<br><br>It uses the <a href=\"https://qt.io\">Qt Framework</a>.")